#9DD4DF

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

Shades of French Pass #9DD4DF

Tints of French Pass #9DD4DF

Color information

#9DD4DF (or 0x9DD4DF) is unknown color: approx French Pass. HEX triplet: 9D, D4 and DF. RGB value is (157,212,223). Sum of RGB (Red+Green+Blue) = 157+212+223=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4DF is #622B20. Grayscale: #C4C4C4. Windows color (decimal): -6433569 or 14668957. OLE color: 14668957.

HSL color Cylindrical-coordinate representation of color #9DD4DF: hue angle of 190º 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 #9DD4DF is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157212223-
CMYK0.300.0500.13
HSL190º50.77%74.51%-
HSV(B)190º29.6%87.45%-
XYZ50.7759.5878.64-
YUV196.81142.7899.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=26.52%
G=35.81%
B=37.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572122230.300.0500.1319050.7774.51
Hex9DD4DF1E50Dbe334b
Octal23532433736501527663113
Binary1001110111010100110111111111010101101101111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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