#97BCDB

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

Shades of Cornflower #97BCDB

Tints of Cornflower #97BCDB

Color information

#97BCDB (or 0x97BCDB) is unknown color: approx Cornflower. HEX triplet: 97, BC and DB. RGB value is (151,188,219). Sum of RGB (Red+Green+Blue) = 151+188+219=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #97BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCDB is #684324. Grayscale: #B4B4B4. Windows color (decimal): -6832933 or 14400663. OLE color: 14400663.

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

Color convert

RGB151188219-
CMYK0.310.1400.14
HSL207.35º48.57%72.55%-
HSV(B)207.35º31.05%85.88%-
XYZ43.5347.6673.92-
YUV180.47149.74106.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=27.06%
G=33.69%
B=39.25%

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
Decimal1511882190.310.1400.14207.3548.5772.55
Hex97BCDB1FE0Ecf3149
Octal227274333371601631761111
Binary10010111101111001101101111111111001110110011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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