Html Css Color HEX #31ACDB Summer Sky

📋 copy color: '#31ACDB'

red 49 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #31ACDB

Tints of Summer Sky #31ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 11.14%
G = 39.09%
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

#31ACDB (or 0x31ACDB) is known color: Summer Sky. HEX triplet: 31, AC and DB. RGB value is (49,172,219). Sum of RGB (Red+Green+Blue) = 49+172+219=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #31ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACDB is #CE5324. Grayscale: #8C8C8C. Windows color (decimal): -13521701 or 14396465. OLE color: 14396465.

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

Color convert

RGB 49 172 219 -
CMYK 0.78 0.21 0 0.14
HSL 196.59º 0.7% 0.53% -
HSV(B) 196.59º 0.78% 0.86% -
XYZ 28.81 35.27 72.31 -
YUV 140.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 49 172 219 0.78 0.21 0 0.14 196.59 0.7 0.53
Hex 31 AC DB 4E 15 0 E C5 46 35
Octal 61 254 333 116 25 0 16 305 106 65
Binary 110001 10101100 11011011 1001110 10101 0 1110 11000101 1000110 110101

Color Harmonies of #31ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACDB

Black with #31ACDB

Text Example


Text Example

White with #31ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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