#97BEDC

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

Shades of Cornflower #97BEDC

Tints of Cornflower #97BEDC

Color information

#97BEDC (or 0x97BEDC) is unknown color: approx Cornflower. HEX triplet: 97, BE and DC. RGB value is (151,190,220). Sum of RGB (Red+Green+Blue) = 151+190+220=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #97BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BEDC is #684123. Grayscale: #B5B5B5. Windows color (decimal): -6832420 or 14466711. OLE color: 14466711.

HSL color Cylindrical-coordinate representation of color #97BEDC: hue angle of 206.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97BEDC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151190220-
CMYK0.310.1400.14
HSL206.09º49.64%72.75%-
HSV(B)206.09º31.36%86.27%-
XYZ44.0948.5774.76-
YUV181.76149.58106.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.92%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=26.92%
G=33.87%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511902200.310.1400.14206.0949.6472.75
Hex97BEDC1FE0Ece3249
Octal227276334371601631662111
Binary10010111101111101101110011111111001110110011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,220); }

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

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

 a { background-color: rgb(151,190,220); }

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

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

 span { border-color: rgb(151,190,220); }

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