Html Css Color HEX #31BCE5 Summer Sky

📋 copy color: '#31BCE5'

red 49 ◦ green 188 ◦ blue 229

#31BCE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #31BCE5

Tints of Summer Sky #31BCE5

RGB

 RED value IS 49 (19.53% from 255) = 10.52%

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 10.52%
G = 40.34%
B = 49.14%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31BCE5 (or 0x31BCE5) is known color: Summer Sky. HEX triplet: 31, BC and E5. RGB value is (49,188,229). Sum of RGB (Red+Green+Blue) = 49+188+229=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #31BCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCE5 is #CE431A. Grayscale: #969696. Windows color (decimal): -13517595 or 15055921. OLE color: 15055921.

HSL color Cylindrical-coordinate representation of color #31BCE5: hue angle of 193.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BCE5 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 188 229 -
CMYK 0.79 0.18 0 0.10
HSL 193.67º 0.78% 0.55% -
HSV(B) 193.67º 0.79% 0.9% -
XYZ 33.39 42.28 80.53 -
YUV 151.11 171.95 55.17 -
System Red Green Blue C M Y K H S L
Decimal 49 188 229 0.79 0.18 0 0.10 193.67 0.78 0.55
Hex 31 BC E5 4F 12 0 A C2 4E 37
Octal 61 274 345 117 22 0 12 302 116 67
Binary 110001 10111100 11100101 1001111 10010 0 1010 11000010 1001110 110111

Color Harmonies of #31BCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCE5

Black with #31BCE5

Text Example


Text Example

White with #31BCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31BCE5; }

 p { color: rgb(49,188,229); }

 H1.HeaderClassName
 {
   color: #31BCE5;
 }
 .AnyTagClassName
 {
   color: #31BCE5;
 }
</style>

background-color css

<style>
 a { background-color: #31BCE5; }

 a { background-color: rgb(49,188,229); }

 div.DivClassName
 {
   background-color: #31BCE5;
 }
 .BgClassName
 {
   background-color: #31BCE5;
 }
</style>

border-color css

<style>
 span { border-color: #31BCE5; }

 span { border-color: rgb(49,188,229); }

 td.TdClassName
 {
   border-color: #31BCE5;
 }
 .TagClassName
 {
   border-color: #31BCE5;
 }
</style>