#99D4E5

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

Shades of French Pass #99D4E5

Tints of French Pass #99D4E5

Color information

#99D4E5 (or 0x99D4E5) is unknown color: approx French Pass. HEX triplet: 99, D4 and E5. RGB value is (153,212,229). Sum of RGB (Red+Green+Blue) = 153+212+229=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #99D4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4E5 is #662B1A. Grayscale: #C4C4C4. Windows color (decimal): -6695707 or 15062169. OLE color: 15062169.

HSL color Cylindrical-coordinate representation of color #99D4E5: hue angle of 193.42º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D4E5 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB153212229-
CMYK0.330.0700.10
HSL193.42º59.38%74.9%-
HSV(B)193.42º33.19%89.8%-
XYZ50.8259.5282.94-
YUV196.3146.4597.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.76%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=25.76%
G=35.69%
B=38.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532122290.330.0700.10193.4259.3874.9
Hex99D4E52170Ac13b4b
Octal23132434541701230173113
Binary10011001110101001110010110000111101010110000011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D4E5; }

 p { color: rgb(153,212,229); }

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

<style>
 a { background-color: #99D4E5; }

 a { background-color: rgb(153,212,229); }

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

<style>
 span { border-color: #99D4E5; }

 span { border-color: rgb(153,212,229); }

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