#9BD9EA

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

Shades of Charlotte #9BD9EA

Tints of Charlotte #9BD9EA

Color information

#9BD9EA (or 0x9BD9EA) is unknown color: approx Charlotte. HEX triplet: 9B, D9 and EA. RGB value is (155,217,234). Sum of RGB (Red+Green+Blue) = 155+217+234=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD9EA is #642615. Grayscale: #C8C8C8. Windows color (decimal): -6563350 or 15391131. OLE color: 15391131.

HSL color Cylindrical-coordinate representation of color #9BD9EA: hue angle of 192.91º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BD9EA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155217234-
CMYK0.340.0700.08
HSL192.91º65.29%76.27%-
HSV(B)192.91º33.76%91.76%-
XYZ53.1862.5387.11-
YUV200.4146.9695.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.58%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=25.58%
G=35.81%
B=38.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552172340.340.0700.08192.9165.2976.27
Hex9BD9EA22708c1414c
Octal233331352427010301101114
Binary100110111101100111101010100010111010001100000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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