#99D5E7

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

Shades of French Pass #99D5E7

Tints of French Pass #99D5E7

Color information

#99D5E7 (or 0x99D5E7) is unknown color: approx French Pass. HEX triplet: 99, D5 and E7. RGB value is (153,213,231). Sum of RGB (Red+Green+Blue) = 153+213+231=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #99D5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5E7 is #662A18. Grayscale: #C4C4C4. Windows color (decimal): -6695449 or 15193497. OLE color: 15193497.

HSL color Cylindrical-coordinate representation of color #99D5E7: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99D5E7 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153213231-
CMYK0.340.0800.09
HSL193.85º61.9%75.29%-
HSV(B)193.85º33.77%90.59%-
XYZ51.3560.1384.5-
YUV197.11147.1296.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=25.63%
G=35.68%
B=38.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532132310.340.0800.09193.8561.975.29
Hex99D5E722809c23e4b
Octal231325347421001130276113
Binary100110011101010111100111100010100001001110000101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,213,231); }

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

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

 a { background-color: rgb(153,213,231); }

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

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

 span { border-color: rgb(153,213,231); }

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