#9BDEE2

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

Shades of Charlotte #9BDEE2

Tints of Charlotte #9BDEE2

Color information

#9BDEE2 (or 0x9BDEE2) is unknown color: approx Charlotte. HEX triplet: 9B, DE and E2. RGB value is (155,222,226). Sum of RGB (Red+Green+Blue) = 155+222+226=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #9BDEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEE2 is #64211D. Grayscale: #CACACA. Windows color (decimal): -6562078 or 14868123. OLE color: 14868123.

HSL color Cylindrical-coordinate representation of color #9BDEE2: hue angle of 183.38º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BDEE2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155222226-
CMYK0.310.0200.11
HSL183.38º55.04%74.71%-
HSV(B)183.38º31.42%88.63%-
XYZ53.3764.781.63-
YUV202.42141.394.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.70%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=25.70%
G=36.82%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552222260.310.0200.11183.3855.0474.71
Hex9BDEE21F20Bb7374b
Octal23333634237201326767113
Binary100110111101111011100010111111001011101101111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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