#9CD4E9

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

Shades of French Pass #9CD4E9

Tints of French Pass #9CD4E9

Color information

#9CD4E9 (or 0x9CD4E9) is unknown color: approx French Pass. HEX triplet: 9C, D4 and E9. RGB value is (156,212,233). Sum of RGB (Red+Green+Blue) = 156+212+233=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CD4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD4E9 is #632B16. Grayscale: #C5C5C5. Windows color (decimal): -6499095 or 15324316. OLE color: 15324316.

HSL color Cylindrical-coordinate representation of color #9CD4E9: hue angle of 196.36º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CD4E9 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156212233-
CMYK0.330.0900.09
HSL196.36º63.64%76.27%-
HSV(B)196.36º33.05%91.37%-
XYZ51.9660.0485.94-
YUV197.65147.9598.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.96%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=25.96%
G=35.27%
B=38.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562122330.330.0900.09196.3663.6476.27
Hex9CD4E921909c4404c
Octal2343243514111011304100114
Binary1001110011010100111010011000011001010011100010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,212,233); }

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

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

 a { background-color: rgb(156,212,233); }

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

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

 span { border-color: rgb(156,212,233); }

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