#9DDAF0

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

Shades of Charlotte #9DDAF0

Tints of Charlotte #9DDAF0

Color information

#9DDAF0 (or 0x9DDAF0) is unknown color: approx Charlotte. HEX triplet: 9D, DA and F0. RGB value is (157,218,240). Sum of RGB (Red+Green+Blue) = 157+218+240=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAF0 is #62250F. Grayscale: #CACACA. Windows color (decimal): -6432016 or 15784605. OLE color: 15784605.

HSL color Cylindrical-coordinate representation of color #9DDAF0: hue angle of 195.9º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDAF0 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157218240-
CMYK0.350.0900.06
HSL195.9º73.45%77.84%-
HSV(B)195.9º34.58%94.12%-
XYZ54.763.691.83-
YUV202.27149.2995.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.53%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=25.53%
G=35.45%
B=39.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572182400.350.0900.06195.973.4577.84
Hex9DDAF023906c4494e
Octal235332360431106304111116
Binary100111011101101011110000100011100101101100010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,240); }

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

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

 a { background-color: rgb(157,218,240); }

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

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

 span { border-color: rgb(157,218,240); }

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