#9bd8ee

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

Shades of Charlotte #9BD8EE

Tints of Charlotte #9BD8EE

Color information

#9BD8EE (or 0x9BD8EE) is unknown color: approx Charlotte. HEX triplet: 9B, D8 and EE. RGB value is (155,216,238). Sum of RGB (Red+Green+Blue) = 155+216+238=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BD8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD8EE is #642711. Grayscale: #C8C8C8. Windows color (decimal): -6563602 or 15653019. OLE color: 15653019.

HSL color Cylindrical-coordinate representation of color #9BD8EE: hue angle of 195.9º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD8EE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155216238-
CMYK0.350.0900.07
HSL195.9º70.94%77.06%-
HSV(B)195.9º34.87%93.33%-
XYZ53.5162.2590.08-
YUV200.27149.2995.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.45%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=25.45%
G=35.47%
B=39.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552162380.350.0900.07195.970.9477.06
Hex9BD8EE23907c4474d
Octal233330356431107304107115
Binary100110111101100011101110100011100101111100010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd8ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,216,238); }

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

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

 a { background-color: rgb(155,216,238); }

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

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

 span { border-color: rgb(155,216,238); }

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