Html Css Color HEX #31AFDB Summer Sky

📋 copy color: '#31AFDB'

red 49 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #31AFDB

Tints of Summer Sky #31AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

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

R = 11.06%
G = 39.5%
B = 49.44%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31AFDB (or 0x31AFDB) is known color: Summer Sky. HEX triplet: 31, AF and DB. RGB value is (49,175,219). Sum of RGB (Red+Green+Blue) = 49+175+219=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #31AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFDB is #CE5024. Grayscale: #8E8E8E. Windows color (decimal): -13520933 or 14397233. OLE color: 14397233.

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

Color convert

RGB 49 175 219 -
CMYK 0.78 0.20 0 0.14
HSL 195.53º 0.7% 0.53% -
HSV(B) 195.53º 0.78% 0.86% -
XYZ 29.38 36.43 72.5 -
YUV 142.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 49 175 219 0.78 0.20 0 0.14 195.53 0.7 0.53
Hex 31 AF DB 4E 14 0 E C4 46 35
Octal 61 257 333 116 24 0 16 304 106 65
Binary 110001 10101111 11011011 1001110 10100 0 1110 11000100 1000110 110101

Color Harmonies of #31AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFDB

Black with #31AFDB

Text Example


Text Example

White with #31AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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