Html Css Color HEX #31CEE4 Summer Sky

📋 copy color: '#31CEE4'

red 49 ◦ green 206 ◦ blue 228

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

Shades of Summer Sky #31CEE4

Tints of Summer Sky #31CEE4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.65%

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 10.14%
G = 42.65%
B = 47.2%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#31CEE4 (or 0x31CEE4) is known color: Summer Sky. HEX triplet: 31, CE and E4. RGB value is (49,206,228). Sum of RGB (Red+Green+Blue) = 49+206+228=483 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.14% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #31CEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEE4 is #CE311B. Grayscale: #A1A1A1. Windows color (decimal): -13512988 or 14994993. OLE color: 14994993.

HSL color Cylindrical-coordinate representation of color #31CEE4: hue angle of 187.37º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CEE4 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 206 228 -
CMYK 0.79 0.10 0 0.11
HSL 187.37º 0.77% 0.54% -
HSV(B) 187.37º 0.79% 0.89% -
XYZ 37.34 50.4 81.16 -
YUV 161.57 165.49 47.71 -
System Red Green Blue C M Y K H S L
Decimal 49 206 228 0.79 0.10 0 0.11 187.37 0.77 0.54
Hex 31 CE E4 4F A 0 B BB 4D 36
Octal 61 316 344 117 12 0 13 273 115 66
Binary 110001 11001110 11100100 1001111 1010 0 1011 10111011 1001101 110110

Color Harmonies of #31CEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEE4

Black with #31CEE4

Text Example


Text Example

White with #31CEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,206,228); }

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

background-color css

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

 a { background-color: rgb(49,206,228); }

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

border-color css

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

 span { border-color: rgb(49,206,228); }

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