#9CD5EA

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

Shades of French Pass #9CD5EA

Tints of French Pass #9CD5EA

Color information

#9CD5EA (or 0x9CD5EA) is unknown color: approx French Pass. HEX triplet: 9C, D5 and EA. RGB value is (156,213,234). Sum of RGB (Red+Green+Blue) = 156+213+234=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD5EA is #632A15. Grayscale: #C6C6C6. Windows color (decimal): -6498838 or 15390108. OLE color: 15390108.

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

Color convert

RGB156213234-
CMYK0.330.0900.08
HSL196.15º65%76.47%-
HSV(B)196.15º33.33%91.76%-
XYZ52.3660.686.78-
YUV198.35148.1297.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.87%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=25.87%
G=35.32%
B=38.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562132340.330.0900.08196.156576.47
Hex9CD5EA21908c4414c
Octal2343253524111010304101114
Binary1001110011010101111010101000011001010001100010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,213,234); }

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

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

 a { background-color: rgb(156,213,234); }

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

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

 span { border-color: rgb(156,213,234); }

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