Html Css Color HEX #31A2DD Summer Sky

📋 copy color: '#31A2DD'

red 49 ◦ green 162 ◦ blue 221

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

Shades of Summer Sky #31A2DD

Tints of Summer Sky #31A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 11.34%
G = 37.5%
B = 51.16%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31A2DD (or 0x31A2DD) is known color: Summer Sky. HEX triplet: 31, A2 and DD. RGB value is (49,162,221). Sum of RGB (Red+Green+Blue) = 49+162+221=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #31A2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A2DD is #CE5D22. Grayscale: #868686. Windows color (decimal): -13524259 or 14524977. OLE color: 14524977.

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

Color convert

RGB 49 162 221 -
CMYK 0.78 0.27 0 0.13
HSL 200.58º 0.72% 0.53% -
HSV(B) 200.58º 0.78% 0.87% -
XYZ 27.24 31.71 73.09 -
YUV 134.94 176.56 66.7 -
System Red Green Blue C M Y K H S L
Decimal 49 162 221 0.78 0.27 0 0.13 200.58 0.72 0.53
Hex 31 A2 DD 4E 1B 0 D C9 48 35
Octal 61 242 335 116 33 0 15 311 110 65
Binary 110001 10100010 11011101 1001110 11011 0 1101 11001001 1001000 110101

Color Harmonies of #31A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A2DD

Black with #31A2DD

Text Example


Text Example

White with #31A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,162,221); }

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

background-color css

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

 a { background-color: rgb(49,162,221); }

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

border-color css

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

 span { border-color: rgb(49,162,221); }

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