Html Css Color HEX #31ADCC Summer Sky

📋 copy color: '#31ADCC'

red 49 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #31ADCC

Tints of Summer Sky #31ADCC

RGB

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

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

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

R = 11.5%
G = 40.61%
B = 47.89%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#31ADCC (or 0x31ADCC) is known color: Summer Sky. HEX triplet: 31, AD and CC. RGB value is (49,173,204). Sum of RGB (Red+Green+Blue) = 49+173+204=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #31ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADCC is #CE5233. Grayscale: #8B8B8B. Windows color (decimal): -13521460 or 13413681. OLE color: 13413681.

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

Color convert

RGB 49 173 204 -
CMYK 0.76 0.15 0 0.2
HSL 192º 0.61% 0.5% -
HSV(B) 192º 0.76% 0.8% -
XYZ 27.11 34.9 62.43 -
YUV 139.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 49 173 204 0.76 0.15 0 0.2 192 0.61 0.5
Hex 31 AD CC 4C F 0 14 C0 3D 32
Octal 61 255 314 114 17 0 24 300 75 62
Binary 110001 10101101 11001100 1001100 1111 0 10100 11000000 111101 110010

Color Harmonies of #31ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADCC

Black with #31ADCC

Text Example


Text Example

White with #31ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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