#97BDDB

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

Shades of Cornflower #97BDDB

Tints of Cornflower #97BDDB

Color information

#97BDDB (or 0x97BDDB) is unknown color: approx Cornflower. HEX triplet: 97, BD and DB. RGB value is (151,189,219). Sum of RGB (Red+Green+Blue) = 151+189+219=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #97BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDDB is #684224. Grayscale: #B4B4B4. Windows color (decimal): -6832677 or 14400919. OLE color: 14400919.

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

Color convert

RGB151189219-
CMYK0.310.1400.14
HSL206.47º48.57%72.55%-
HSV(B)206.47º31.05%85.88%-
XYZ43.7548.0973.99-
YUV181.06149.41106.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=27.01%
G=33.81%
B=39.18%

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
Decimal1511892190.310.1400.14206.4748.5772.55
Hex97BDDB1FE0Ece3149
Octal227275333371601631661111
Binary10010111101111011101101111111111001110110011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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