Html Css Color HEX #97CAF7 Cornflower

📋 copy color: '#97CAF7'

red 151 ◦ green 202 ◦ blue 247

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

Shades of Cornflower #97CAF7

Tints of Cornflower #97CAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

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

R = 25.17%
G = 33.67%
B = 41.17%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97CAF7 (or 0x97CAF7) is known color: Cornflower. HEX triplet: 97, CA and F7. RGB value is (151,202,247). Sum of RGB (Red+Green+Blue) = 151+202+247=600 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.17% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #97CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CAF7 is #683508. Grayscale: #BFBFBF. Windows color (decimal): -6829321 or 16239255. OLE color: 16239255.

HSL color Cylindrical-coordinate representation of color #97CAF7: hue angle of 208.12º 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 #97CAF7 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 202 247 -
CMYK 0.39 0.18 0 0.03
HSL 208.13º 0.86% 0.78% -
HSV(B) 208.13º 0.39% 0.97% -
XYZ 50.67 55.54 96.04 -
YUV 191.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 151 202 247 0.39 0.18 0 0.03 208.13 0.86 0.78
Hex 97 CA F7 27 12 0 3 D0 56 4E
Octal 227 312 367 47 22 0 3 320 126 116
Binary 10010111 11001010 11110111 100111 10010 0 11 11010000 1010110 1001110

Color Harmonies of #97CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CAF7

Black with #97CAF7

Text Example


Text Example

White with #97CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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