#9DDAEE

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

Shades of Charlotte #9DDAEE

Tints of Charlotte #9DDAEE

Color information

#9DDAEE (or 0x9DDAEE) is unknown color: approx Charlotte. HEX triplet: 9D, DA and EE. RGB value is (157,218,238). Sum of RGB (Red+Green+Blue) = 157+218+238=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAEE is #622511. Grayscale: #C9C9C9. Windows color (decimal): -6432018 or 15653533. OLE color: 15653533.

HSL color Cylindrical-coordinate representation of color #9DDAEE: hue angle of 194.81º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DDAEE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157218238-
CMYK0.340.0800.07
HSL194.81º70.43%77.45%-
HSV(B)194.81º34.03%93.33%-
XYZ54.4163.4890.27-
YUV202.04148.2995.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.61%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=25.61%
G=35.56%
B=38.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572182380.340.0800.07194.8170.4377.45
Hex9DDAEE22807c3464d
Octal235332356421007303106115
Binary100111011101101011101110100010100001111100001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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