Html Css Color HEX #9FBFFF Pale Cornflower Blue

📋 copy color: '#9FBFFF'

red 159 ◦ green 191 ◦ blue 255

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

Shades of Pale Cornflower Blue #9FBFFF

Tints of Pale Cornflower Blue #9FBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.57%

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

R = 26.28%
G = 31.57%
B = 42.15%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FBFFF (or 0x9FBFFF) is known color: Pale Cornflower Blue. HEX triplet: 9F, BF and FF. RGB value is (159,191,255). Sum of RGB (Red+Green+Blue) = 159+191+255=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFFF is #604000. Grayscale: #BCBCBC. Windows color (decimal): -6307841 or 16760735. OLE color: 16760735.

HSL color Cylindrical-coordinate representation of color #9FBFFF: hue angle of 220º 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 #9FBFFF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 191 255 -
CMYK 0.38 0.25 0 0
HSL 220º 1% 0.81% -
HSV(B) 220º 0.38% 1% -
XYZ 50.98 51.85 101.93 -
YUV 188.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 159 191 255 0.38 0.25 0 0 220 1 0.81
Hex 9F BF FF 26 19 0 0 DC 64 51
Octal 237 277 377 46 31 0 0 334 144 121
Binary 10011111 10111111 11111111 100110 11001 0 0 11011100 1100100 1010001

Color Harmonies of #9FBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFFF

Black with #9FBFFF

Text Example


Text Example

White with #9FBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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