Html Css Color HEX #97C5F7 Cornflower

📋 copy color: '#97C5F7'

red 151 ◦ green 197 ◦ blue 247

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

Shades of Cornflower #97C5F7

Tints of Cornflower #97C5F7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.11%

 BLUE value IS 247 (96.88% from 255) = 41.51%

R = 25.38%
G = 33.11%
B = 41.51%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97C5F7 (or 0x97C5F7) is known color: Cornflower. HEX triplet: 97, C5 and F7. RGB value is (151,197,247). Sum of RGB (Red+Green+Blue) = 151+197+247=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #97C5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C5F7 is #683A08. Grayscale: #BCBCBC. Windows color (decimal): -6830601 or 16237975. OLE color: 16237975.

HSL color Cylindrical-coordinate representation of color #97C5F7: hue angle of 211.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97C5F7 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 197 247 -
CMYK 0.39 0.20 0 0.03
HSL 211.25º 0.86% 0.78% -
HSV(B) 211.25º 0.39% 0.97% -
XYZ 49.52 53.23 95.66 -
YUV 188.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 151 197 247 0.39 0.20 0 0.03 211.25 0.86 0.78
Hex 97 C5 F7 27 14 0 3 D3 56 4E
Octal 227 305 367 47 24 0 3 323 126 116
Binary 10010111 11000101 11110111 100111 10100 0 11 11010011 1010110 1001110

Color Harmonies of #97C5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C5F7

Black with #97C5F7

Text Example


Text Example

White with #97C5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,247); }

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

background-color css

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

 a { background-color: rgb(151,197,247); }

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

border-color css

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

 span { border-color: rgb(151,197,247); }

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