#9ADDEB

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

Shades of Charlotte #9ADDEB

Tints of Charlotte #9ADDEB

Color information

#9ADDEB (or 0x9ADDEB) is unknown color: approx Charlotte. HEX triplet: 9A, DD and EB. RGB value is (154,221,235). Sum of RGB (Red+Green+Blue) = 154+221+235=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ADDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDEB is #652214. Grayscale: #CACACA. Windows color (decimal): -6627861 or 15457690. OLE color: 15457690.

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

Color convert

RGB154221235-
CMYK0.340.0600.08
HSL190.37º66.94%76.27%-
HSV(B)190.37º34.47%92.16%-
XYZ54.1864.5888.21-
YUV202.56146.393.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=25.25%
G=36.23%
B=38.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542212350.340.0600.08190.3766.9476.27
Hex9ADDEB22608be434c
Octal232335353426010276103114
Binary100110101101110111101011100010110010001011111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,235); }

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

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

 a { background-color: rgb(154,221,235); }

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

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

 span { border-color: rgb(154,221,235); }

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