Html Css Color HEX #9FC0FD Pale Cornflower Blue

📋 copy color: '#9FC0FD'

red 159 ◦ green 192 ◦ blue 253

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

Shades of Pale Cornflower Blue #9FC0FD

Tints of Pale Cornflower Blue #9FC0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 26.32%
G = 31.79%
B = 41.89%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FC0FD (or 0x9FC0FD) is known color: Pale Cornflower Blue. HEX triplet: 9F, C0 and FD. RGB value is (159,192,253). Sum of RGB (Red+Green+Blue) = 159+192+253=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0FD is #603F02. Grayscale: #BCBCBC. Windows color (decimal): -6307587 or 16629919. OLE color: 16629919.

HSL color Cylindrical-coordinate representation of color #9FC0FD: hue angle of 218.94º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC0FD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 192 253 -
CMYK 0.37 0.24 0 0.01
HSL 218.94º 0.96% 0.81% -
HSV(B) 218.94º 0.37% 0.99% -
XYZ 50.88 52.16 100.32 -
YUV 189.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 159 192 253 0.37 0.24 0 0.01 218.94 0.96 0.81
Hex 9F C0 FD 25 18 0 1 DB 60 51
Octal 237 300 375 45 30 0 1 333 140 121
Binary 10011111 11000000 11111101 100101 11000 0 1 11011011 1100000 1010001

Color Harmonies of #9FC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0FD

Black with #9FC0FD

Text Example


Text Example

White with #9FC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,253); }

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

background-color css

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

 a { background-color: rgb(159,192,253); }

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

border-color css

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

 span { border-color: rgb(159,192,253); }

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