#9ADAEB

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

Shades of Charlotte #9ADAEB

Tints of Charlotte #9ADAEB

Color information

#9ADAEB (or 0x9ADAEB) is unknown color: approx Charlotte. HEX triplet: 9A, DA and EB. RGB value is (154,218,235). Sum of RGB (Red+Green+Blue) = 154+218+235=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ADAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADAEB is #652514. Grayscale: #C8C8C8. Windows color (decimal): -6628629 or 15456922. OLE color: 15456922.

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

Color convert

RGB154218235-
CMYK0.340.0700.08
HSL192.59º66.94%76.27%-
HSV(B)192.59º34.47%92.16%-
XYZ53.3963.0187.95-
YUV200.8147.394.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=25.37%
G=35.91%
B=38.71%

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
Decimal1542182350.340.0700.08192.5966.9476.27
Hex9ADAEB22708c1434c
Octal232332353427010301103114
Binary100110101101101011101011100010111010001100000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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