Html Css Color HEX #31A2DB Summer Sky

📋 copy color: '#31A2DB'

red 49 ◦ green 162 ◦ blue 219

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

Shades of Summer Sky #31A2DB

Tints of Summer Sky #31A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 11.4%
G = 37.67%
B = 50.93%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31A2DB (or 0x31A2DB) is known color: Summer Sky. HEX triplet: 31, A2 and DB. RGB value is (49,162,219). Sum of RGB (Red+Green+Blue) = 49+162+219=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #31A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A2DB is #CE5D24. Grayscale: #868686. Windows color (decimal): -13524261 or 14393905. OLE color: 14393905.

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

Color convert

RGB 49 162 219 -
CMYK 0.78 0.26 0 0.14
HSL 200.12º 0.7% 0.53% -
HSV(B) 200.12º 0.78% 0.86% -
XYZ 26.97 31.61 71.7 -
YUV 134.71 175.56 66.87 -
System Red Green Blue C M Y K H S L
Decimal 49 162 219 0.78 0.26 0 0.14 200.12 0.7 0.53
Hex 31 A2 DB 4E 1A 0 E C8 46 35
Octal 61 242 333 116 32 0 16 310 106 65
Binary 110001 10100010 11011011 1001110 11010 0 1110 11001000 1000110 110101

Color Harmonies of #31A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A2DB

Black with #31A2DB

Text Example


Text Example

White with #31A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,162,219); }

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

background-color css

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

 a { background-color: rgb(49,162,219); }

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

border-color css

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

 span { border-color: rgb(49,162,219); }

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