Html Css Color HEX #97C7F0 Cornflower

📋 copy color: '#97C7F0'

red 151 ◦ green 199 ◦ blue 240

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

Shades of Cornflower #97C7F0

Tints of Cornflower #97C7F0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.73%

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 25.59%
G = 33.73%
B = 40.68%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#97C7F0 (or 0x97C7F0) is known color: Cornflower. HEX triplet: 97, C7 and F0. RGB value is (151,199,240). Sum of RGB (Red+Green+Blue) = 151+199+240=590 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.59% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #97C7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C7F0 is #68380F. Grayscale: #BDBDBD. Windows color (decimal): -6830096 or 15779735. OLE color: 15779735.

HSL color Cylindrical-coordinate representation of color #97C7F0: hue angle of 207.64º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97C7F0 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 199 240 -
CMYK 0.37 0.17 0 0.06
HSL 207.64º 0.75% 0.77% -
HSV(B) 207.64º 0.37% 0.94% -
XYZ 48.91 53.72 90.23 -
YUV 189.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 151 199 240 0.37 0.17 0 0.06 207.64 0.75 0.77
Hex 97 C7 F0 25 11 0 6 D0 4B 4D
Octal 227 307 360 45 21 0 6 320 113 115
Binary 10010111 11000111 11110000 100101 10001 0 110 11010000 1001011 1001101

Color Harmonies of #97C7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C7F0

Black with #97C7F0

Text Example


Text Example

White with #97C7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,199,240); }

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

background-color css

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

 a { background-color: rgb(151,199,240); }

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

border-color css

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

 span { border-color: rgb(151,199,240); }

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