Html Css Color HEX #31AACD Summer Sky

📋 copy color: '#31AACD'

red 49 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #31AACD

Tints of Summer Sky #31AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 11.56%
G = 40.09%
B = 48.35%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31AACD (or 0x31AACD) is known color: Summer Sky. HEX triplet: 31, AA and CD. RGB value is (49,170,205). Sum of RGB (Red+Green+Blue) = 49+170+205=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #31AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AACD is #CE5532. Grayscale: #898989. Windows color (decimal): -13522227 or 13478449. OLE color: 13478449.

HSL color Cylindrical-coordinate representation of color #31AACD: hue angle of 193.46º 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 #31AACD is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 170 205 -
CMYK 0.76 0.17 0 0.20
HSL 193.46º 0.61% 0.5% -
HSV(B) 193.46º 0.76% 0.8% -
XYZ 26.66 33.81 62.88 -
YUV 137.81 165.91 64.65 -
System Red Green Blue C M Y K H S L
Decimal 49 170 205 0.76 0.17 0 0.20 193.46 0.61 0.5
Hex 31 AA CD 4C 11 0 14 C1 3D 32
Octal 61 252 315 114 21 0 24 301 75 62
Binary 110001 10101010 11001101 1001100 10001 0 10100 11000001 111101 110010

Color Harmonies of #31AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AACD

Black with #31AACD

Text Example


Text Example

White with #31AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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