Html Css Color HEX #31AFDE Summer Sky

📋 copy color: '#31AFDE'

red 49 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #31AFDE

Tints of Summer Sky #31AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 10.99%
G = 39.24%
B = 49.78%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31AFDE (or 0x31AFDE) is known color: Summer Sky. HEX triplet: 31, AF and DE. RGB value is (49,175,222). Sum of RGB (Red+Green+Blue) = 49+175+222=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #31AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFDE is #CE5021. Grayscale: #8E8E8E. Windows color (decimal): -13520930 or 14593841. OLE color: 14593841.

HSL color Cylindrical-coordinate representation of color #31AFDE: hue angle of 196.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AFDE is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 175 222 -
CMYK 0.78 0.21 0 0.13
HSL 196.3º 0.72% 0.53% -
HSV(B) 196.3º 0.78% 0.87% -
XYZ 29.78 36.59 74.6 -
YUV 142.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 49 175 222 0.78 0.21 0 0.13 196.3 0.72 0.53
Hex 31 AF DE 4E 15 0 D C4 48 35
Octal 61 257 336 116 25 0 15 304 110 65
Binary 110001 10101111 11011110 1001110 10101 0 1101 11000100 1001000 110101

Color Harmonies of #31AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFDE

Black with #31AFDE

Text Example


Text Example

White with #31AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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