#97C4DC

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

Shades of Cornflower #97C4DC

Tints of Cornflower #97C4DC

Color information

#97C4DC (or 0x97C4DC) is unknown color: approx Cornflower. HEX triplet: 97, C4 and DC. RGB value is (151,196,220). Sum of RGB (Red+Green+Blue) = 151+196+220=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #97C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C4DC is #683B23. Grayscale: #B9B9B9. Windows color (decimal): -6830884 or 14468247. OLE color: 14468247.

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

Color convert

RGB151196220-
CMYK0.310.1100.14
HSL200.87º49.64%72.75%-
HSV(B)200.87º31.36%86.27%-
XYZ45.4251.2375.2-
YUV185.28147.59103.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.63%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=26.63%
G=34.57%
B=38.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511962200.310.1100.14200.8749.6472.75
Hex97C4DC1FB0Ec93249
Octal227304334371301631162111
Binary10010111110001001101110011111101101110110010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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