Html Css Color HEX #97C0F7 Pale Cornflower Blue

📋 copy color: '#97C0F7'

red 151 ◦ green 192 ◦ blue 247

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

Shades of Pale Cornflower Blue #97C0F7

Tints of Pale Cornflower Blue #97C0F7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.54%

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

R = 25.59%
G = 32.54%
B = 41.86%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97C0F7 (or 0x97C0F7) is known color: Pale Cornflower Blue. HEX triplet: 97, C0 and F7. RGB value is (151,192,247). Sum of RGB (Red+Green+Blue) = 151+192+247=590 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.59% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #97C0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C0F7 is #683F08. Grayscale: #B9B9B9. Windows color (decimal): -6831881 or 16236695. OLE color: 16236695.

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

Color convert

RGB 151 192 247 -
CMYK 0.39 0.22 0 0.03
HSL 214.38º 0.86% 0.78% -
HSV(B) 214.38º 0.39% 0.97% -
XYZ 48.4 50.99 95.29 -
YUV 186.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 151 192 247 0.39 0.22 0 0.03 214.38 0.86 0.78
Hex 97 C0 F7 27 16 0 3 D6 56 4E
Octal 227 300 367 47 26 0 3 326 126 116
Binary 10010111 11000000 11110111 100111 10110 0 11 11010110 1010110 1001110

Color Harmonies of #97C0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0F7

Black with #97C0F7

Text Example


Text Example

White with #97C0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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