Html Css Color HEX #9FC7FF Pale Cornflower Blue

📋 copy color: '#9FC7FF'

red 159 ◦ green 199 ◦ blue 255

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

Shades of Pale Cornflower Blue #9FC7FF

Tints of Pale Cornflower Blue #9FC7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 25.94%
G = 32.46%
B = 41.6%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FC7FF (or 0x9FC7FF) is known color: Pale Cornflower Blue. HEX triplet: 9F, C7 and FF. RGB value is (159,199,255). Sum of RGB (Red+Green+Blue) = 159+199+255=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC7FF is #603800. Grayscale: #C1C1C1. Windows color (decimal): -6305793 or 16762783. OLE color: 16762783.

HSL color Cylindrical-coordinate representation of color #9FC7FF: hue angle of 215º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FC7FF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 199 255 -
CMYK 0.38 0.22 0 0
HSL 215º 1% 0.81% -
HSV(B) 215º 0.38% 1% -
XYZ 52.77 55.44 102.53 -
YUV 193.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 159 199 255 0.38 0.22 0 0 215 1 0.81
Hex 9F C7 FF 26 16 0 0 D7 64 51
Octal 237 307 377 46 26 0 0 327 144 121
Binary 10011111 11000111 11111111 100110 10110 0 0 11010111 1100100 1010001

Color Harmonies of #9FC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC7FF

Black with #9FC7FF

Text Example


Text Example

White with #9FC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,199,255); }

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

background-color css

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

 a { background-color: rgb(159,199,255); }

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

border-color css

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

 span { border-color: rgb(159,199,255); }

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