Html Css Color HEX #31AADE Summer Sky

📋 copy color: '#31AADE'

red 49 ◦ green 170 ◦ blue 222

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

Shades of Summer Sky #31AADE

Tints of Summer Sky #31AADE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 11.11%
G = 38.55%
B = 50.34%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31AADE (or 0x31AADE) is known color: Summer Sky. HEX triplet: 31, AA and DE. RGB value is (49,170,222). Sum of RGB (Red+Green+Blue) = 49+170+222=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #31AADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AADE is #CE5521. Grayscale: #8B8B8B. Windows color (decimal): -13522210 or 14592561. OLE color: 14592561.

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

Color convert

RGB 49 170 222 -
CMYK 0.78 0.23 0 0.13
HSL 198.03º 0.72% 0.53% -
HSV(B) 198.03º 0.78% 0.87% -
XYZ 28.83 34.68 74.28 -
YUV 139.75 174.41 63.27 -
System Red Green Blue C M Y K H S L
Decimal 49 170 222 0.78 0.23 0 0.13 198.03 0.72 0.53
Hex 31 AA DE 4E 17 0 D C6 48 35
Octal 61 252 336 116 27 0 15 306 110 65
Binary 110001 10101010 11011110 1001110 10111 0 1101 11000110 1001000 110101

Color Harmonies of #31AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AADE

Black with #31AADE

Text Example


Text Example

White with #31AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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