#97D3EF

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

Shades of Cornflower #97D3EF

Tints of Cornflower #97D3EF

Color information

#97D3EF (or 0x97D3EF) is unknown color: approx Cornflower. HEX triplet: 97, D3 and EF. RGB value is (151,211,239). Sum of RGB (Red+Green+Blue) = 151+211+239=601 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.12% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #97D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D3EF is #682C10. Grayscale: #C4C4C4. Windows color (decimal): -6827025 or 15717271. OLE color: 15717271.

HSL color Cylindrical-coordinate representation of color #97D3EF: hue angle of 199.09º 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 #97D3EF is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151211239-
CMYK0.370.1200.06
HSL199.09º73.33%76.47%-
HSV(B)199.09º36.82%93.73%-
XYZ51.6459.490.41-
YUV196.25152.1295.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.12%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=25.12%
G=35.11%
B=39.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512112390.370.1200.06199.0973.3376.47
Hex97D3EF25C06c7494c
Octal227323357451406307111114
Binary100101111101001111101111100101110001101100011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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