Html Css Color HEX #97C2DD Cornflower

📋 copy color: '#97C2DD'

red 151 ◦ green 194 ◦ blue 221

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

Shades of Cornflower #97C2DD

Tints of Cornflower #97C2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 26.68%
G = 34.28%
B = 39.05%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97C2DD (or 0x97C2DD) is known color: Cornflower. HEX triplet: 97, C2 and DD. RGB value is (151,194,221). Sum of RGB (Red+Green+Blue) = 151+194+221=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #97C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C2DD is #683D22. Grayscale: #B8B8B8. Windows color (decimal): -6831395 or 14533271. OLE color: 14533271.

HSL color Cylindrical-coordinate representation of color #97C2DD: hue angle of 203.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97C2DD is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 194 221 -
CMYK 0.32 0.12 0 0.13
HSL 203.14º 0.51% 0.73% -
HSV(B) 203.14º 0.32% 0.87% -
XYZ 45.11 50.38 75.75 -
YUV 184.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 151 194 221 0.32 0.12 0 0.13 203.14 0.51 0.73
Hex 97 C2 DD 20 C 0 D CB 33 49
Octal 227 302 335 40 14 0 15 313 63 111
Binary 10010111 11000010 11011101 100000 1100 0 1101 11001011 110011 1001001

Color Harmonies of #97C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C2DD

Black with #97C2DD

Text Example


Text Example

White with #97C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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