#9BDEE0

Color #9BDEE0 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #9BDEE0

Tints of Charlotte #9BDEE0

Color information

#9BDEE0 (or 0x9BDEE0) is unknown color: approx Charlotte. HEX triplet: 9B, DE and E0. RGB value is (155,222,224). Sum of RGB (Red+Green+Blue) = 155+222+224=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEE0 is #64211F. Grayscale: #CACACA. Windows color (decimal): -6562080 or 14737051. OLE color: 14737051.

HSL color Cylindrical-coordinate representation of color #9BDEE0: hue angle of 181.74º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BDEE0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155222224-
CMYK0.310.0100.12
HSL181.74º52.67%74.31%-
HSV(B)181.74º30.8%87.84%-
XYZ53.0964.5980.19-
YUV202.2140.394.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.79%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=25.79%
G=36.94%
B=37.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552222240.310.0100.12181.7452.6774.31
Hex9BDEE01F10Cb6354a
Octal23333634037101426665112
Binary10011011110111101110000011111101100101101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BDEE0; }

 p { color: rgb(155,222,224); }

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

<style>
 a { background-color: #9BDEE0; }

 a { background-color: rgb(155,222,224); }

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

<style>
 span { border-color: #9BDEE0; }

 span { border-color: rgb(155,222,224); }

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