Html Css Color HEX #31ADDC Summer Sky

📋 copy color: '#31ADDC'

red 49 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #31ADDC

Tints of Summer Sky #31ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

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

R = 11.09%
G = 39.14%
B = 49.77%

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

#31ADDC (or 0x31ADDC) is known color: Summer Sky. HEX triplet: 31, AD and DC. RGB value is (49,173,220). Sum of RGB (Red+Green+Blue) = 49+173+220=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #31ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADDC is #CE5223. Grayscale: #8C8C8C. Windows color (decimal): -13521444 or 14462257. OLE color: 14462257.

HSL color Cylindrical-coordinate representation of color #31ADDC: hue angle of 196.49º 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 #31ADDC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 173 220 -
CMYK 0.78 0.21 0 0.14
HSL 196.49º 0.71% 0.53% -
HSV(B) 196.49º 0.78% 0.86% -
XYZ 29.13 35.71 73.07 -
YUV 141.28 172.42 62.18 -
System Red Green Blue C M Y K H S L
Decimal 49 173 220 0.78 0.21 0 0.14 196.49 0.71 0.53
Hex 31 AD DC 4E 15 0 E C4 47 35
Octal 61 255 334 116 25 0 16 304 107 65
Binary 110001 10101101 11011100 1001110 10101 0 1110 11000100 1000111 110101

Color Harmonies of #31ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADDC

Black with #31ADDC

Text Example


Text Example

White with #31ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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