Html Css Color HEX #97C2DB Cornflower

📋 copy color: '#97C2DB'

red 151 ◦ green 194 ◦ blue 219

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

Shades of Cornflower #97C2DB

Tints of Cornflower #97C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 26.77%
G = 34.4%
B = 38.83%

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

#97C2DB (or 0x97C2DB) is known color: Cornflower. HEX triplet: 97, C2 and DB. RGB value is (151,194,219). Sum of RGB (Red+Green+Blue) = 151+194+219=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #97C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C2DB is #683D24. Grayscale: #B7B7B7. Windows color (decimal): -6831397 or 14402199. OLE color: 14402199.

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

Color convert

RGB 151 194 219 -
CMYK 0.31 0.11 0 0.14
HSL 202.06º 0.49% 0.73% -
HSV(B) 202.06º 0.31% 0.86% -
XYZ 44.84 50.28 74.36 -
YUV 183.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 151 194 219 0.31 0.11 0 0.14 202.06 0.49 0.73
Hex 97 C2 DB 1F B 0 E CA 31 49
Octal 227 302 333 37 13 0 16 312 61 111
Binary 10010111 11000010 11011011 11111 1011 0 1110 11001010 110001 1001001

Color Harmonies of #97C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C2DB

Black with #97C2DB

Text Example


Text Example

White with #97C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,194,219); }

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

background-color css

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

 a { background-color: rgb(151,194,219); }

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

border-color css

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

 span { border-color: rgb(151,194,219); }

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