#97D9EF

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

Shades of Cornflower #97D9EF

Tints of Cornflower #97D9EF

Color information

#97D9EF (or 0x97D9EF) is unknown color: approx Cornflower. HEX triplet: 97, D9 and EF. RGB value is (151,217,239). Sum of RGB (Red+Green+Blue) = 151+217+239=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #97D9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D9EF is #682610. Grayscale: #C7C7C7. Windows color (decimal): -6825489 or 15718807. OLE color: 15718807.

HSL color Cylindrical-coordinate representation of color #97D9EF: hue angle of 195º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97D9EF is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151217239-
CMYK0.370.0900.06
HSL195º73.33%76.47%-
HSV(B)195º36.82%93.73%-
XYZ53.1662.4490.91-
YUV199.77150.1393.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.88%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=24.88%
G=35.75%
B=39.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512172390.370.0900.0619573.3376.47
Hex97D9EF25906c3494c
Octal227331357451106303111114
Binary100101111101100111101111100101100101101100001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,217,239); }

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

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

 a { background-color: rgb(151,217,239); }

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

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

 span { border-color: rgb(151,217,239); }

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