Html Css Color HEX #31A2CC Summer Sky

📋 copy color: '#31A2CC'

red 49 ◦ green 162 ◦ blue 204

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

Shades of Summer Sky #31A2CC

Tints of Summer Sky #31A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 11.81%
G = 39.04%
B = 49.16%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#31A2CC (or 0x31A2CC) is known color: Summer Sky. HEX triplet: 31, A2 and CC. RGB value is (49,162,204). Sum of RGB (Red+Green+Blue) = 49+162+204=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #31A2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A2CC is #CE5D33. Grayscale: #848484. Windows color (decimal): -13524276 or 13410865. OLE color: 13410865.

HSL color Cylindrical-coordinate representation of color #31A2CC: hue angle of 196.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A2CC is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 162 204 -
CMYK 0.76 0.21 0 0.2
HSL 196.26º 0.61% 0.5% -
HSV(B) 196.26º 0.76% 0.8% -
XYZ 25.09 30.85 61.76 -
YUV 133 168.06 68.08 -
System Red Green Blue C M Y K H S L
Decimal 49 162 204 0.76 0.21 0 0.2 196.26 0.61 0.5
Hex 31 A2 CC 4C 15 0 14 C4 3D 32
Octal 61 242 314 114 25 0 24 304 75 62
Binary 110001 10100010 11001100 1001100 10101 0 10100 11000100 111101 110010

Color Harmonies of #31A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A2CC

Black with #31A2CC

Text Example


Text Example

White with #31A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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