Html Css Color HEX #9FC5F7 Pale Cornflower Blue

📋 copy color: '#9FC5F7'

red 159 ◦ green 197 ◦ blue 247

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

Shades of Pale Cornflower Blue #9FC5F7

Tints of Pale Cornflower Blue #9FC5F7

RGB

 RED value IS 159 (62.5% from 255) = 26.37%

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

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

R = 26.37%
G = 32.67%
B = 40.96%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9FC5F7 (or 0x9FC5F7) is known color: Pale Cornflower Blue. HEX triplet: 9F, C5 and F7. RGB value is (159,197,247). Sum of RGB (Red+Green+Blue) = 159+197+247=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FC5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC5F7 is #603A08. Grayscale: #BFBFBF. Windows color (decimal): -6306313 or 16237983. OLE color: 16237983.

HSL color Cylindrical-coordinate representation of color #9FC5F7: hue angle of 214.09º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC5F7 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 197 247 -
CMYK 0.36 0.20 0 0.03
HSL 214.09º 0.85% 0.8% -
HSV(B) 214.09º 0.36% 0.97% -
XYZ 51.05 54.02 95.73 -
YUV 191.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 159 197 247 0.36 0.20 0 0.03 214.09 0.85 0.8
Hex 9F C5 F7 24 14 0 3 D6 55 50
Octal 237 305 367 44 24 0 3 326 125 120
Binary 10011111 11000101 11110111 100100 10100 0 11 11010110 1010101 1010000

Color Harmonies of #9FC5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC5F7

Black with #9FC5F7

Text Example


Text Example

White with #9FC5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FC5F7; }

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

 H1.HeaderClassName
 {
   color: #9FC5F7;
 }
 .AnyTagClassName
 {
   color: #9FC5F7;
 }
</style>

background-color css

<style>
 a { background-color: #9FC5F7; }

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

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

border-color css

<style>
 span { border-color: #9FC5F7; }

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

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