#9ED4EB

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

Shades of French Pass #9ED4EB

Tints of French Pass #9ED4EB

Color information

#9ED4EB (or 0x9ED4EB) is unknown color: approx French Pass. HEX triplet: 9E, D4 and EB. RGB value is (158,212,235). Sum of RGB (Red+Green+Blue) = 158+212+235=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ED4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED4EB is #612B14. Grayscale: #C6C6C6. Windows color (decimal): -6368021 or 15455390. OLE color: 15455390.

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

Color convert

RGB158212235-
CMYK0.330.1000.08
HSL197.92º65.81%77.06%-
HSV(B)197.92º32.77%92.16%-
XYZ52.6460.3587.47-
YUV198.48148.6199.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.12%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=26.12%
G=35.04%
B=38.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582122350.330.1000.08197.9265.8177.06
Hex9ED4EB21A08c6424d
Octal2363243534112010306102115
Binary1001111011010100111010111000011010010001100011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,212,235); }

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

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

 a { background-color: rgb(158,212,235); }

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

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

 span { border-color: rgb(158,212,235); }

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