#9DD2DF

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

Shades of French Pass #9DD2DF

Tints of French Pass #9DD2DF

Color information

#9DD2DF (or 0x9DD2DF) is unknown color: approx French Pass. HEX triplet: 9D, D2 and DF. RGB value is (157,210,223). Sum of RGB (Red+Green+Blue) = 157+210+223=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD2DF is #622D20. Grayscale: #C3C3C3. Windows color (decimal): -6434081 or 14668445. OLE color: 14668445.

HSL color Cylindrical-coordinate representation of color #9DD2DF: hue angle of 191.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD2DF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157210223-
CMYK0.300.0600.13
HSL191.82º50.77%74.51%-
HSV(B)191.82º29.6%87.45%-
XYZ50.2758.5978.47-
YUV195.64143.44100.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=26.61%
G=35.59%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572102230.300.0600.13191.8250.7774.51
Hex9DD2DF1E60Dc0334b
Octal23532233736601530063113
Binary1001110111010010110111111111011001101110000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,223); }

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

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

 a { background-color: rgb(157,210,223); }

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

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

 span { border-color: rgb(157,210,223); }

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