#9ADCEB

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

Shades of Charlotte #9ADCEB

Tints of Charlotte #9ADCEB

Color information

#9ADCEB (or 0x9ADCEB) is unknown color: approx Charlotte. HEX triplet: 9A, DC and EB. RGB value is (154,220,235). Sum of RGB (Red+Green+Blue) = 154+220+235=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ADCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCEB is #652314. Grayscale: #C9C9C9. Windows color (decimal): -6628117 or 15457434. OLE color: 15457434.

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

Color convert

RGB154220235-
CMYK0.340.0600.08
HSL191.11º66.94%76.27%-
HSV(B)191.11º34.47%92.16%-
XYZ53.9264.0588.12-
YUV201.98146.6393.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.29%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=25.29%
G=36.12%
B=38.59%

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
Decimal1542202350.340.0600.08191.1166.9476.27
Hex9ADCEB22608bf434c
Octal232334353426010277103114
Binary100110101101110011101011100010110010001011111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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