#97BDDC

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

Shades of Cornflower #97BDDC

Tints of Cornflower #97BDDC

Color information

#97BDDC (or 0x97BDDC) is unknown color: approx Cornflower. HEX triplet: 97, BD and DC. RGB value is (151,189,220). Sum of RGB (Red+Green+Blue) = 151+189+220=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #97BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDDC is #684223. Grayscale: #B5B5B5. Windows color (decimal): -6832676 or 14466455. OLE color: 14466455.

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

Color convert

RGB151189220-
CMYK0.310.1400.14
HSL206.96º49.64%72.75%-
HSV(B)206.96º31.36%86.27%-
XYZ43.8848.1474.69-
YUV181.17149.91106.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=26.96%
G=33.75%
B=39.29%

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
Decimal1511892200.310.1400.14206.9649.6472.75
Hex97BDDC1FE0Ecf3249
Octal227275334371601631762111
Binary10010111101111011101110011111111001110110011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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