Html Css Color HEX #9FCAF7 Pale Cornflower Blue

📋 copy color: '#9FCAF7'

red 159 ◦ green 202 ◦ blue 247

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

Shades of Pale Cornflower Blue #9FCAF7

Tints of Pale Cornflower Blue #9FCAF7

RGB

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

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

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

R = 26.15%
G = 33.22%
B = 40.63%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9FCAF7 (or 0x9FCAF7) is known color: Pale Cornflower Blue. HEX triplet: 9F, CA and F7. RGB value is (159,202,247). Sum of RGB (Red+Green+Blue) = 159+202+247=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FCAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAF7 is #603508. Grayscale: #C2C2C2. Windows color (decimal): -6305033 or 16239263. OLE color: 16239263.

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

Color convert

RGB 159 202 247 -
CMYK 0.36 0.18 0 0.03
HSL 210.68º 0.85% 0.8% -
HSV(B) 210.68º 0.36% 0.97% -
XYZ 52.21 56.33 96.12 -
YUV 194.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 159 202 247 0.36 0.18 0 0.03 210.68 0.85 0.8
Hex 9F CA F7 24 12 0 3 D3 55 50
Octal 237 312 367 44 22 0 3 323 125 120
Binary 10011111 11001010 11110111 100100 10010 0 11 11010011 1010101 1010000

Color Harmonies of #9FCAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAF7

Black with #9FCAF7

Text Example


Text Example

White with #9FCAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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