#97BCDC

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

Shades of Cornflower #97BCDC

Tints of Cornflower #97BCDC

Color information

#97BCDC (or 0x97BCDC) is unknown color: approx Cornflower. HEX triplet: 97, BC and DC. RGB value is (151,188,220). Sum of RGB (Red+Green+Blue) = 151+188+220=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #97BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCDC is #684323. Grayscale: #B4B4B4. Windows color (decimal): -6832932 or 14466199. OLE color: 14466199.

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

Color convert

RGB151188220-
CMYK0.310.1500.14
HSL207.83º49.64%72.75%-
HSV(B)207.83º31.36%86.27%-
XYZ43.6647.7174.62-
YUV180.58150.24106.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=27.01%
G=33.63%
B=39.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511882200.310.1500.14207.8349.6472.75
Hex97BCDC1FF0Ed03249
Octal227274334371701632062111
Binary10010111101111001101110011111111101110110100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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