Html Css Color HEX #9FC9FE Pale Cornflower Blue

📋 copy color: '#9FC9FE'

red 159 ◦ green 201 ◦ blue 254

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

Shades of Pale Cornflower Blue #9FC9FE

Tints of Pale Cornflower Blue #9FC9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.74%

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 25.9%
G = 32.74%
B = 41.37%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FC9FE (or 0x9FC9FE) is known color: Pale Cornflower Blue. HEX triplet: 9F, C9 and FE. RGB value is (159,201,254). Sum of RGB (Red+Green+Blue) = 159+201+254=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FC9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC9FE is #603601. Grayscale: #C2C2C2. Windows color (decimal): -6305282 or 16697759. OLE color: 16697759.

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

Color convert

RGB 159 201 254 -
CMYK 0.37 0.21 0 0.00
HSL 213.47º 0.98% 0.81% -
HSV(B) 213.47º 0.37% 1% -
XYZ 53.07 56.3 101.84 -
YUV 194.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 159 201 254 0.37 0.21 0 0.00 213.47 0.98 0.81
Hex 9F C9 FE 25 15 0 0 D5 62 51
Octal 237 311 376 45 25 0 0 325 142 121
Binary 10011111 11001001 11111110 100101 10101 0 0 11010101 1100010 1010001

Color Harmonies of #9FC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC9FE

Black with #9FC9FE

Text Example


Text Example

White with #9FC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,201,254); }

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

background-color css

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

 a { background-color: rgb(159,201,254); }

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

border-color css

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

 span { border-color: rgb(159,201,254); }

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