#97CCEF

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

Shades of Cornflower #97CCEF

Tints of Cornflower #97CCEF

Color information

#97CCEF (or 0x97CCEF) is unknown color: approx Cornflower. HEX triplet: 97, CC and EF. RGB value is (151,204,239). Sum of RGB (Red+Green+Blue) = 151+204+239=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #97CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CCEF is #683310. Grayscale: #BFBFBF. Windows color (decimal): -6828817 or 15715479. OLE color: 15715479.

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

Color convert

RGB151204239-
CMYK0.370.1500.06
HSL203.86º73.33%76.47%-
HSV(B)203.86º36.82%93.73%-
XYZ49.945689.84-
YUV192.14154.4498.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.42%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=25.42%
G=34.34%
B=40.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512042390.370.1500.06203.8673.3376.47
Hex97CCEF25F06cc494c
Octal227314357451706314111114
Binary100101111100110011101111100101111101101100110010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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