Html Css Color HEX #97C1DC Cornflower

📋 copy color: '#97C1DC'

red 151 ◦ green 193 ◦ blue 220

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

Shades of Cornflower #97C1DC

Tints of Cornflower #97C1DC

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 value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 151 193 220 -
CMYK 0.31 0.12 0 0.14
HSL 203.48º 0.5% 0.73% -
HSV(B) 203.48º 0.31% 0.86% -
XYZ 44.75 49.89 74.98 -
YUV 183.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 151 193 220 0.31 0.12 0 0.14 203.48 0.5 0.73
Hex 97 C1 DC 1F C 0 E CB 32 49
Octal 227 301 334 37 14 0 16 313 62 111
Binary 10010111 11000001 11011100 11111 1100 0 1110 11001011 110010 1001001

Color Harmonies of #97C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C1DC

Black with #97C1DC

Text Example


Text Example

White with #97C1DC

Text Example


Text Example

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