Html Css Color HEX #9EC0FE Pale Cornflower Blue

📋 copy color: '#9EC0FE'

red 158 ◦ green 192 ◦ blue 254

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

Shades of Pale Cornflower Blue #9EC0FE

Tints of Pale Cornflower Blue #9EC0FE

RGB

 RED value IS 158 (62.11% from 255) = 26.16%

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

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

R = 26.16%
G = 31.79%
B = 42.05%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EC0FE (or 0x9EC0FE) is known color: Pale Cornflower Blue. HEX triplet: 9E, C0 and FE. RGB value is (158,192,254). Sum of RGB (Red+Green+Blue) = 158+192+254=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0FE is #613F01. Grayscale: #BCBCBC. Windows color (decimal): -6373122 or 16695454. OLE color: 16695454.

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

Color convert

RGB 158 192 254 -
CMYK 0.38 0.24 0 0.00
HSL 218.75º 0.98% 0.81% -
HSV(B) 218.75º 0.38% 1% -
XYZ 50.84 52.12 101.15 -
YUV 188.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 158 192 254 0.38 0.24 0 0.00 218.75 0.98 0.81
Hex 9E C0 FE 26 18 0 0 DB 62 51
Octal 236 300 376 46 30 0 0 333 142 121
Binary 10011110 11000000 11111110 100110 11000 0 0 11011011 1100010 1010001

Color Harmonies of #9EC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0FE

Black with #9EC0FE

Text Example


Text Example

White with #9EC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,192,254); }

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

background-color css

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

 a { background-color: rgb(158,192,254); }

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

border-color css

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

 span { border-color: rgb(158,192,254); }

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