#9AD7EB

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

Shades of Charlotte #9AD7EB

Tints of Charlotte #9AD7EB

Color information

#9AD7EB (or 0x9AD7EB) is unknown color: approx Charlotte. HEX triplet: 9A, D7 and EB. RGB value is (154,215,235). Sum of RGB (Red+Green+Blue) = 154+215+235=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AD7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD7EB is #652814. Grayscale: #C6C6C6. Windows color (decimal): -6629397 or 15456154. OLE color: 15456154.

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

Color convert

RGB154215235-
CMYK0.340.0900.08
HSL194.81º66.94%76.27%-
HSV(B)194.81º34.47%92.16%-
XYZ52.6261.4787.69-
YUV199.04148.2995.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.50%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=25.50%
G=35.60%
B=38.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542152350.340.0900.08194.8166.9476.27
Hex9AD7EB22908c3434c
Octal2323273534211010303103114
Binary1001101011010111111010111000101001010001100001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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