#9BD7E8

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

Shades of Charlotte #9BD7E8

Tints of Charlotte #9BD7E8

Color information

#9BD7E8 (or 0x9BD7E8) is unknown color: approx Charlotte. HEX triplet: 9B, D7 and E8. RGB value is (155,215,232). Sum of RGB (Red+Green+Blue) = 155+215+232=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BD7E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD7E8 is #642817. Grayscale: #C6C6C6. Windows color (decimal): -6563864 or 15259547. OLE color: 15259547.

HSL color Cylindrical-coordinate representation of color #9BD7E8: hue angle of 193.25º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BD7E8 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155215232-
CMYK0.330.0700.09
HSL193.25º62.6%75.88%-
HSV(B)193.25º33.19%90.98%-
XYZ52.3861.485.43-
YUV199146.6296.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.75%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=25.75%
G=35.71%
B=38.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552152320.330.0700.09193.2562.675.88
Hex9BD7E821709c13f4c
Octal23332735041701130177114
Binary10011011110101111110100010000111101001110000011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,232); }

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

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

 a { background-color: rgb(155,215,232); }

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

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

 span { border-color: rgb(155,215,232); }

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