Html Css Color HEX #31AEDC Summer Sky

📋 copy color: '#31AEDC'

red 49 ◦ green 174 ◦ blue 220

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

Shades of Summer Sky #31AEDC

Tints of Summer Sky #31AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.28%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 11.06%
G = 39.28%
B = 49.66%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31AEDC (or 0x31AEDC) is known color: Summer Sky. HEX triplet: 31, AE and DC. RGB value is (49,174,220). Sum of RGB (Red+Green+Blue) = 49+174+220=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #31AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEDC is #CE5123. Grayscale: #8D8D8D. Windows color (decimal): -13521188 or 14462513. OLE color: 14462513.

HSL color Cylindrical-coordinate representation of color #31AEDC: hue angle of 196.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AEDC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 174 220 -
CMYK 0.78 0.21 0 0.14
HSL 196.14º 0.71% 0.53% -
HSV(B) 196.14º 0.78% 0.86% -
XYZ 29.32 36.09 73.13 -
YUV 141.87 172.09 61.76 -
System Red Green Blue C M Y K H S L
Decimal 49 174 220 0.78 0.21 0 0.14 196.14 0.71 0.53
Hex 31 AE DC 4E 15 0 E C4 47 35
Octal 61 256 334 116 25 0 16 304 107 65
Binary 110001 10101110 11011100 1001110 10101 0 1110 11000100 1000111 110101

Color Harmonies of #31AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AEDC

Black with #31AEDC

Text Example


Text Example

White with #31AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,174,220); }

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

background-color css

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

 a { background-color: rgb(49,174,220); }

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

border-color css

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

 span { border-color: rgb(49,174,220); }

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