#9ADDEA

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

Shades of Charlotte #9ADDEA

Tints of Charlotte #9ADDEA

Color information

#9ADDEA (or 0x9ADDEA) is unknown color: approx Charlotte. HEX triplet: 9A, DD and EA. RGB value is (154,221,234). Sum of RGB (Red+Green+Blue) = 154+221+234=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ADDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDEA is #652215. Grayscale: #CACACA. Windows color (decimal): -6627862 or 15392154. OLE color: 15392154.

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

Color convert

RGB154221234-
CMYK0.340.0600.08
HSL189.75º65.57%76.08%-
HSV(B)189.75º34.19%91.76%-
XYZ54.0364.5287.45-
YUV202.45145.893.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.29%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=25.29%
G=36.29%
B=38.42%

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
Decimal1542212340.340.0600.08189.7565.5776.08
Hex9ADDEA22608be424c
Octal232335352426010276102114
Binary100110101101110111101010100010110010001011111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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