Html Css Color HEX #9FCBFE Pale Cornflower Blue

📋 copy color: '#9FCBFE'

red 159 ◦ green 203 ◦ blue 254

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

Shades of Pale Cornflower Blue #9FCBFE

Tints of Pale Cornflower Blue #9FCBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.95%

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

R = 25.81%
G = 32.95%
B = 41.23%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FCBFE (or 0x9FCBFE) is known color: Pale Cornflower Blue. HEX triplet: 9F, CB and FE. RGB value is (159,203,254). Sum of RGB (Red+Green+Blue) = 159+203+254=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBFE is #603401. Grayscale: #C3C3C3. Windows color (decimal): -6304770 or 16698271. OLE color: 16698271.

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

Color convert

RGB 159 203 254 -
CMYK 0.37 0.20 0 0.00
HSL 212.21º 0.98% 0.81% -
HSV(B) 212.21º 0.37% 1% -
XYZ 53.54 57.24 101.99 -
YUV 195.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 159 203 254 0.37 0.20 0 0.00 212.21 0.98 0.81
Hex 9F CB FE 25 14 0 0 D4 62 51
Octal 237 313 376 45 24 0 0 324 142 121
Binary 10011111 11001011 11111110 100101 10100 0 0 11010100 1100010 1010001

Color Harmonies of #9FCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBFE

Black with #9FCBFE

Text Example


Text Example

White with #9FCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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