Html Css Color HEX #97C0DC Cornflower

📋 copy color: '#97C0DC'

red 151 ◦ green 192 ◦ blue 220

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

Shades of Cornflower #97C0DC

Tints of Cornflower #97C0DC

RGB

 RED value IS 151 (59.38% from 255) = 26.82%

 GREEN value IS 192 (75.39% from 255) = 34.1%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 26.82%
G = 34.1%
B = 39.08%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97C0DC (or 0x97C0DC) is known color: Cornflower. HEX triplet: 97, C0 and DC. RGB value is (151,192,220). Sum of RGB (Red+Green+Blue) = 151+192+220=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #97C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0DC is #683F23. Grayscale: #B6B6B6. Windows color (decimal): -6831908 or 14467223. OLE color: 14467223.

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

Color convert

RGB 151 192 220 -
CMYK 0.31 0.13 0 0.14
HSL 204.35º 0.5% 0.73% -
HSV(B) 204.35º 0.31% 0.86% -
XYZ 44.53 49.45 74.91 -
YUV 182.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 151 192 220 0.31 0.13 0 0.14 204.35 0.5 0.73
Hex 97 C0 DC 1F D 0 E CC 32 49
Octal 227 300 334 37 15 0 16 314 62 111
Binary 10010111 11000000 11011100 11111 1101 0 1110 11001100 110010 1001001

Color Harmonies of #97C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0DC

Black with #97C0DC

Text Example


Text Example

White with #97C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97C0DC;
 }
 .AnyTagClassName
 {
   color: #97C0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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