#97CEEC

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

Shades of Cornflower #97CEEC

Tints of Cornflower #97CEEC

Color information

#97CEEC (or 0x97CEEC) is unknown color: approx Cornflower. HEX triplet: 97, CE and EC. RGB value is (151,206,236). Sum of RGB (Red+Green+Blue) = 151+206+236=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #97CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CEEC is #683113. Grayscale: #C0C0C0. Windows color (decimal): -6828308 or 15519383. OLE color: 15519383.

HSL color Cylindrical-coordinate representation of color #97CEEC: hue angle of 201.18º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97CEEC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151206236-
CMYK0.360.1300.07
HSL201.18º69.11%75.88%-
HSV(B)201.18º36.02%92.55%-
XYZ49.9756.7887.68-
YUV192.98152.2898.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.46%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=25.46%
G=34.74%
B=39.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512062360.360.1300.07201.1869.1175.88
Hex97CEEC24D07c9454c
Octal227316354441507311105114
Binary100101111100111011101100100100110101111100100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,206,236); }

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

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

 a { background-color: rgb(151,206,236); }

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

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

 span { border-color: rgb(151,206,236); }

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