#97D4E4

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

Shades of French Pass #97D4E4

Tints of French Pass #97D4E4

Color information

#97D4E4 (or 0x97D4E4) is unknown color: approx French Pass. HEX triplet: 97, D4 and E4. RGB value is (151,212,228). Sum of RGB (Red+Green+Blue) = 151+212+228=591 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.55% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #97D4E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D4E4 is #682B1B. Grayscale: #C3C3C3. Windows color (decimal): -6826780 or 14996631. OLE color: 14996631.

HSL color Cylindrical-coordinate representation of color #97D4E4: hue angle of 192.47º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97D4E4 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151212228-
CMYK0.340.0700.11
HSL192.47º58.78%74.31%-
HSV(B)192.47º33.77%89.41%-
XYZ50.3159.2782.19-
YUV195.58146.2996.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.55%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=25.55%
G=35.87%
B=38.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1512122280.340.0700.11192.4758.7874.31
Hex97D4E42270Bc03b4a
Octal22732434442701330073112
Binary10010111110101001110010010001011101011110000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D4E4; }

 p { color: rgb(151,212,228); }

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

<style>
 a { background-color: #97D4E4; }

 a { background-color: rgb(151,212,228); }

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

<style>
 span { border-color: #97D4E4; }

 span { border-color: rgb(151,212,228); }

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