Html Css Color HEX #31A6DB Summer Sky

📋 copy color: '#31A6DB'

red 49 ◦ green 166 ◦ blue 219

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

Shades of Summer Sky #31A6DB

Tints of Summer Sky #31A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

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

R = 11.29%
G = 38.25%
B = 50.46%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31A6DB (or 0x31A6DB) is known color: Summer Sky. HEX triplet: 31, A6 and DB. RGB value is (49,166,219). Sum of RGB (Red+Green+Blue) = 49+166+219=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #31A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A6DB is #CE5924. Grayscale: #888888. Windows color (decimal): -13523237 or 14394929. OLE color: 14394929.

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

Color convert

RGB 49 166 219 -
CMYK 0.78 0.24 0 0.14
HSL 198.71º 0.7% 0.53% -
HSV(B) 198.71º 0.78% 0.86% -
XYZ 27.69 33.04 71.94 -
YUV 137.06 174.24 65.19 -
System Red Green Blue C M Y K H S L
Decimal 49 166 219 0.78 0.24 0 0.14 198.71 0.7 0.53
Hex 31 A6 DB 4E 18 0 E C7 46 35
Octal 61 246 333 116 30 0 16 307 106 65
Binary 110001 10100110 11011011 1001110 11000 0 1110 11000111 1000110 110101

Color Harmonies of #31A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A6DB

Black with #31A6DB

Text Example


Text Example

White with #31A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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