#97D4EB

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

Shades of Cornflower #97D4EB

Tints of Cornflower #97D4EB

Color information

#97D4EB (or 0x97D4EB) is unknown color: approx Cornflower. HEX triplet: 97, D4 and EB. RGB value is (151,212,235). Sum of RGB (Red+Green+Blue) = 151+212+235=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #97D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D4EB is #682B14. Grayscale: #C4C4C4. Windows color (decimal): -6826773 or 15455383. OLE color: 15455383.

HSL color Cylindrical-coordinate representation of color #97D4EB: hue angle of 196.43º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D4EB is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151212235-
CMYK0.360.1000.08
HSL196.43º67.74%75.69%-
HSV(B)196.43º35.74%92.16%-
XYZ51.359.6687.41-
YUV196.38149.7995.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.25%
GREEN value IS 212 (83.20% from 255) = 35.45%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=25.25%
G=35.45%
B=39.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512122350.360.1000.08196.4367.7475.69
Hex97D4EB24A08c4444c
Octal2273243534412010304104114
Binary1001011111010100111010111001001010010001100010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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