#9BD9DF

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

Shades of Charlotte #9BD9DF

Tints of Charlotte #9BD9DF

Color information

#9BD9DF (or 0x9BD9DF) is unknown color: approx Charlotte. HEX triplet: 9B, D9 and DF. RGB value is (155,217,223). Sum of RGB (Red+Green+Blue) = 155+217+223=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9DF is #642620. Grayscale: #C7C7C7. Windows color (decimal): -6563361 or 14670235. OLE color: 14670235.

HSL color Cylindrical-coordinate representation of color #9BD9DF: hue angle of 185.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD9DF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155217223-
CMYK0.300.0300.13
HSL185.29º51.52%74.12%-
HSV(B)185.29º30.49%87.45%-
XYZ51.6561.9279.04-
YUV199.15141.4696.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=26.05%
G=36.47%
B=37.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552172230.300.0300.13185.2951.5274.12
Hex9BD9DF1E30Db9344a
Octal23333133736301527164112
Binary100110111101100111011111111101101101101110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,223); }

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

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

 a { background-color: rgb(155,217,223); }

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

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

 span { border-color: rgb(155,217,223); }

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