#9DDBEC

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

Shades of Charlotte #9DDBEC

Tints of Charlotte #9DDBEC

Color information

#9DDBEC (or 0x9DDBEC) is unknown color: approx Charlotte. HEX triplet: 9D, DB and EC. RGB value is (157,219,236). Sum of RGB (Red+Green+Blue) = 157+219+236=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBEC is #622413. Grayscale: #CACACA. Windows color (decimal): -6431764 or 15522717. OLE color: 15522717.

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

Color convert

RGB157219236-
CMYK0.330.0700.07
HSL192.91º67.52%77.06%-
HSV(B)192.91º33.47%92.55%-
XYZ54.3863.8988.82-
YUV202.4146.9695.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.65%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=25.65%
G=35.78%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572192360.330.0700.07192.9167.5277.06
Hex9DDBEC21707c1444d
Octal23533335441707301104115
Binary10011101110110111110110010000111101111100000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,236); }

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

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

 a { background-color: rgb(157,219,236); }

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

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

 span { border-color: rgb(157,219,236); }

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