#9ADAEA

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

Shades of Charlotte #9ADAEA

Tints of Charlotte #9ADAEA

Color information

#9ADAEA (or 0x9ADAEA) is unknown color: approx Charlotte. HEX triplet: 9A, DA and EA. RGB value is (154,218,234). Sum of RGB (Red+Green+Blue) = 154+218+234=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 218 (85.55% from 255 or 35.97% 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 #9ADAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADAEA is #652515. Grayscale: #C8C8C8. Windows color (decimal): -6628630 or 15391386. OLE color: 15391386.

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

Color convert

RGB154218234-
CMYK0.340.0700.08
HSL192º65.57%76.08%-
HSV(B)192º34.19%91.76%-
XYZ53.2562.9587.19-
YUV200.69146.894.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.41%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=25.41%
G=35.97%
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
Decimal1542182340.340.0700.0819265.5776.08
Hex9ADAEA22708c0424c
Octal232332352427010300102114
Binary100110101101101011101010100010111010001100000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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