#9ADBEA

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

Shades of Charlotte #9ADBEA

Tints of Charlotte #9ADBEA

Color information

#9ADBEA (or 0x9ADBEA) is unknown color: approx Charlotte. HEX triplet: 9A, DB and EA. RGB value is (154,219,234). Sum of RGB (Red+Green+Blue) = 154+219+234=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ADBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBEA is #652415. Grayscale: #C9C9C9. Windows color (decimal): -6628374 or 15391642. OLE color: 15391642.

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

Color convert

RGB154219234-
CMYK0.340.0600.08
HSL191.25º65.57%76.08%-
HSV(B)191.25º34.19%91.76%-
XYZ53.5163.4787.27-
YUV201.27146.4794.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=25.37%
G=36.08%
B=38.55%

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
Decimal1542192340.340.0600.08191.2565.5776.08
Hex9ADBEA22608bf424c
Octal232333352426010277102114
Binary100110101101101111101010100010110010001011111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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