Html Css Color HEX #97C4DC Cornflower

📋 copy color: '#97C4DC'

red 151 ◦ green 196 ◦ blue 220

#97C4DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #97C4DC

Tints of Cornflower #97C4DC

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.8%

R = 26.63%
G = 34.57%
B = 38.8%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97C4DC (or 0x97C4DC) is known color: 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

RGB 151 196 220 -
CMYK 0.31 0.11 0 0.14
HSL 200.87º 0.5% 0.73% -
HSV(B) 200.87º 0.31% 0.86% -
XYZ 45.42 51.23 75.2 -
YUV 185.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 151 196 220 0.31 0.11 0 0.14 200.87 0.5 0.73
Hex 97 C4 DC 1F B 0 E C9 32 49
Octal 227 304 334 37 13 0 16 311 62 111
Binary 10010111 11000100 11011100 11111 1011 0 1110 11001001 110010 1001001

Color Harmonies of #97C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C4DC

Black with #97C4DC

Text Example


Text Example

White with #97C4DC

Text Example


Text Example

HTML Codes & Css Web 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>