#97BBDC

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

Shades of Cornflower #97BBDC

Tints of Cornflower #97BBDC

Color information

#97BBDC (or 0x97BBDC) is unknown color: approx Cornflower. HEX triplet: 97, BB and DC. RGB value is (151,187,220). Sum of RGB (Red+Green+Blue) = 151+187+220=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #97BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBDC is #684423. Grayscale: #B3B3B3. Windows color (decimal): -6833188 or 14465943. OLE color: 14465943.

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

Color convert

RGB151187220-
CMYK0.310.1500.14
HSL208.7º49.64%72.75%-
HSV(B)208.7º31.36%86.27%-
XYZ43.4547.2974.55-
YUV180150.57107.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=27.06%
G=33.51%
B=39.43%

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
Decimal1511872200.310.1500.14208.749.6472.75
Hex97BBDC1FF0Ed13249
Octal227273334371701632162111
Binary10010111101110111101110011111111101110110100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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