Html Css Color HEX #31ADCE Summer Sky

📋 copy color: '#31ADCE'

red 49 ◦ green 173 ◦ blue 206

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

Shades of Summer Sky #31ADCE

Tints of Summer Sky #31ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 11.45%
G = 40.42%
B = 48.13%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31ADCE (or 0x31ADCE) is known color: Summer Sky. HEX triplet: 31, AD and CE. RGB value is (49,173,206). Sum of RGB (Red+Green+Blue) = 49+173+206=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #31ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADCE is #CE5231. Grayscale: #8B8B8B. Windows color (decimal): -13521458 or 13544753. OLE color: 13544753.

HSL color Cylindrical-coordinate representation of color #31ADCE: hue angle of 192.61º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31ADCE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 173 206 -
CMYK 0.76 0.16 0 0.19
HSL 192.61º 0.62% 0.5% -
HSV(B) 192.61º 0.76% 0.81% -
XYZ 27.35 35 63.71 -
YUV 139.69 165.42 63.32 -
System Red Green Blue C M Y K H S L
Decimal 49 173 206 0.76 0.16 0 0.19 192.61 0.62 0.5
Hex 31 AD CE 4C 10 0 13 C1 3E 32
Octal 61 255 316 114 20 0 23 301 76 62
Binary 110001 10101101 11001110 1001100 10000 0 10011 11000001 111110 110010

Color Harmonies of #31ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADCE

Black with #31ADCE

Text Example


Text Example

White with #31ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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