Html Css Color HEX #31ABDB Summer Sky

📋 copy color: '#31ABDB'

red 49 ◦ green 171 ◦ blue 219

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

Shades of Summer Sky #31ABDB

Tints of Summer Sky #31ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 11.16%
G = 38.95%
B = 49.89%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31ABDB (or 0x31ABDB) is known color: Summer Sky. HEX triplet: 31, AB and DB. RGB value is (49,171,219). Sum of RGB (Red+Green+Blue) = 49+171+219=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #31ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABDB is #CE5424. Grayscale: #8B8B8B. Windows color (decimal): -13521957 or 14396209. OLE color: 14396209.

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

Color convert

RGB 49 171 219 -
CMYK 0.78 0.22 0 0.14
HSL 196.94º 0.7% 0.53% -
HSV(B) 196.94º 0.78% 0.86% -
XYZ 28.62 34.89 72.24 -
YUV 139.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 49 171 219 0.78 0.22 0 0.14 196.94 0.7 0.53
Hex 31 AB DB 4E 16 0 E C5 46 35
Octal 61 253 333 116 26 0 16 305 106 65
Binary 110001 10101011 11011011 1001110 10110 0 1110 11000101 1000110 110101

Color Harmonies of #31ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABDB

Black with #31ABDB

Text Example


Text Example

White with #31ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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