#97CDEC

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

Shades of Cornflower #97CDEC

Tints of Cornflower #97CDEC

Color information

#97CDEC (or 0x97CDEC) is unknown color: approx Cornflower. HEX triplet: 97, CD and EC. RGB value is (151,205,236). Sum of RGB (Red+Green+Blue) = 151+205+236=592 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.51% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #97CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CDEC is #683213. Grayscale: #C0C0C0. Windows color (decimal): -6828564 or 15519127. OLE color: 15519127.

HSL color Cylindrical-coordinate representation of color #97CDEC: hue angle of 201.88º 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 #97CDEC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151205236-
CMYK0.360.1300.07
HSL201.88º69.11%75.88%-
HSV(B)201.88º36.02%92.55%-
XYZ49.7356.387.6-
YUV192.39152.6198.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.51%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=25.51%
G=34.63%
B=39.86%

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
Decimal1512052360.360.1300.07201.8869.1175.88
Hex97CDEC24D07ca454c
Octal227315354441507312105114
Binary100101111100110111101100100100110101111100101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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