Html Css Color HEX #9FC1FE Pale Cornflower Blue

📋 copy color: '#9FC1FE'

red 159 ◦ green 193 ◦ blue 254

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

Shades of Pale Cornflower Blue #9FC1FE

Tints of Pale Cornflower Blue #9FC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.85%

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

R = 26.24%
G = 31.85%
B = 41.91%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FC1FE (or 0x9FC1FE) is known color: Pale Cornflower Blue. HEX triplet: 9F, C1 and FE. RGB value is (159,193,254). Sum of RGB (Red+Green+Blue) = 159+193+254=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FC1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC1FE is #603E01. Grayscale: #BDBDBD. Windows color (decimal): -6307330 or 16695711. OLE color: 16695711.

HSL color Cylindrical-coordinate representation of color #9FC1FE: hue angle of 218.53º 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 #9FC1FE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 193 254 -
CMYK 0.37 0.24 0 0.00
HSL 218.53º 0.98% 0.81% -
HSV(B) 218.53º 0.37% 1% -
XYZ 51.26 52.67 101.23 -
YUV 189.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 159 193 254 0.37 0.24 0 0.00 218.53 0.98 0.81
Hex 9F C1 FE 25 18 0 0 DB 62 51
Octal 237 301 376 45 30 0 0 333 142 121
Binary 10011111 11000001 11111110 100101 11000 0 0 11011011 1100010 1010001

Color Harmonies of #9FC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC1FE

Black with #9FC1FE

Text Example


Text Example

White with #9FC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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