Html Css Color HEX #31ADDE Summer Sky

📋 copy color: '#31ADDE'

red 49 ◦ green 173 ◦ blue 222

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

Shades of Summer Sky #31ADDE

Tints of Summer Sky #31ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

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

R = 11.04%
G = 38.96%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31ADDE (or 0x31ADDE) is known color: Summer Sky. HEX triplet: 31, AD and DE. RGB value is (49,173,222). Sum of RGB (Red+Green+Blue) = 49+173+222=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #31ADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADDE is #CE5221. Grayscale: #8D8D8D. Windows color (decimal): -13521442 or 14593329. OLE color: 14593329.

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

Color convert

RGB 49 173 222 -
CMYK 0.78 0.22 0 0.13
HSL 196.99º 0.72% 0.53% -
HSV(B) 196.99º 0.78% 0.87% -
XYZ 29.4 35.81 74.47 -
YUV 141.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 49 173 222 0.78 0.22 0 0.13 196.99 0.72 0.53
Hex 31 AD DE 4E 16 0 D C5 48 35
Octal 61 255 336 116 26 0 15 305 110 65
Binary 110001 10101101 11011110 1001110 10110 0 1101 11000101 1001000 110101

Color Harmonies of #31ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADDE

Black with #31ADDE

Text Example


Text Example

White with #31ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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