#31ADCB

Color #31ADCB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #31ADCB

Tints of Summer Sky #31ADCB

Color information

#31ADCB (or 0x31ADCB) is unknown color: approx Summer Sky. HEX triplet: 31, AD and CB. RGB value is (49,173,203). Sum of RGB (Red+Green+Blue) = 49+173+203=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #31ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADCB is #CE5234. Grayscale: #8B8B8B. Windows color (decimal): -13521461 or 13348145. OLE color: 13348145.

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

Color convert

RGB49173203-
CMYK0.760.1500.20
HSL191.69º61.11%49.41%-
HSV(B)191.69º75.86%79.61%-
XYZ26.9934.8561.8-
YUV139.34163.9263.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.53%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=11.53%
G=40.71%
B=47.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491732030.760.1500.20191.6961.1149.41
Hex31ADCB4CF014c03d31
Octal61255313114170243007561
Binary11000110101101110010111001100111101010011000000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31ADCB;
 }
 .AnyTagClassName
 {
   color: #31ADCB;
 }
</style>
background-color css

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

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

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

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

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

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