#97C1DC

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

Shades of Cornflower #97C1DC

Tints of Cornflower #97C1DC

Color information

#97C1DC (or 0x97C1DC) is unknown color: approx Cornflower. HEX triplet: 97, C1 and DC. RGB value is (151,193,220). Sum of RGB (Red+Green+Blue) = 151+193+220=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #97C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1DC is #683E23. Grayscale: #B7B7B7. Windows color (decimal): -6831652 or 14467479. OLE color: 14467479.

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

Color convert

RGB151193220-
CMYK0.310.1200.14
HSL203.48º49.64%72.75%-
HSV(B)203.48º31.36%86.27%-
XYZ44.7549.8974.98-
YUV183.52148.59104.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.77%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=26.77%
G=34.22%
B=39.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511932200.310.1200.14203.4849.6472.75
Hex97C1DC1FC0Ecb3249
Octal227301334371401631362111
Binary10010111110000011101110011111110001110110010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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