#9BDAEA

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

Shades of Charlotte #9BDAEA

Tints of Charlotte #9BDAEA

Color information

#9BDAEA (or 0x9BDAEA) is unknown color: approx Charlotte. HEX triplet: 9B, DA and EA. RGB value is (155,218,234). Sum of RGB (Red+Green+Blue) = 155+218+234=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDAEA is #642515. Grayscale: #C8C8C8. Windows color (decimal): -6563094 or 15391387. OLE color: 15391387.

HSL color Cylindrical-coordinate representation of color #9BDAEA: hue angle of 192.15º 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 #9BDAEA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155218234-
CMYK0.340.0700.08
HSL192.15º65.29%76.27%-
HSV(B)192.15º33.76%91.76%-
XYZ53.4463.0587.2-
YUV200.99146.6395.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.54%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=25.54%
G=35.91%
B=38.55%

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
Decimal1552182340.340.0700.08192.1565.2976.27
Hex9BDAEA22708c0414c
Octal233332352427010300101114
Binary100110111101101011101010100010111010001100000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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