#9BD5DF

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

Shades of French Pass #9BD5DF

Tints of French Pass #9BD5DF

Color information

#9BD5DF (or 0x9BD5DF) is unknown color: approx French Pass. HEX triplet: 9B, D5 and DF. RGB value is (155,213,223). Sum of RGB (Red+Green+Blue) = 155+213+223=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5DF is #642A20. Grayscale: #C4C4C4. Windows color (decimal): -6564385 or 14669211. OLE color: 14669211.

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

Color convert

RGB155213223-
CMYK0.300.0400.13
HSL188.82º51.52%74.12%-
HSV(B)188.82º30.49%87.45%-
XYZ50.6359.8878.7-
YUV196.8142.7898.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=26.23%
G=36.04%
B=37.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552132230.300.0400.13188.8251.5274.12
Hex9BD5DF1E40Dbd344a
Octal23332533736401527564112
Binary1001101111010101110111111111010001101101111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,223); }

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

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

 a { background-color: rgb(155,213,223); }

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

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

 span { border-color: rgb(155,213,223); }

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