#9DD0DF

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

Shades of French Pass #9DD0DF

Tints of French Pass #9DD0DF

Color information

#9DD0DF (or 0x9DD0DF) is unknown color: approx French Pass. HEX triplet: 9D, D0 and DF. RGB value is (157,208,223). Sum of RGB (Red+Green+Blue) = 157+208+223=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0DF is #622F20. Grayscale: #C2C2C2. Windows color (decimal): -6434593 or 14667933. OLE color: 14667933.

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

Color convert

RGB157208223-
CMYK0.300.0700.13
HSL193.64º50.77%74.51%-
HSV(B)193.64º29.6%87.45%-
XYZ49.7857.6178.31-
YUV194.46144.1101.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=26.70%
G=35.37%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572082230.300.0700.13193.6450.7774.51
Hex9DD0DF1E70Dc2334b
Octal23532033736701530263113
Binary1001110111010000110111111111011101101110000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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