Html Css Color HEX #9ECAFC Pale Cornflower Blue

📋 copy color: '#9ECAFC'

red 158 ◦ green 202 ◦ blue 252

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

Shades of Pale Cornflower Blue #9ECAFC

Tints of Pale Cornflower Blue #9ECAFC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.01%

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 25.82%
G = 33.01%
B = 41.18%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9ECAFC (or 0x9ECAFC) is known color: Pale Cornflower Blue. HEX triplet: 9E, CA and FC. RGB value is (158,202,252). Sum of RGB (Red+Green+Blue) = 158+202+252=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ECAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAFC is #613503. Grayscale: #C2C2C2. Windows color (decimal): -6370564 or 16566942. OLE color: 16566942.

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

Color convert

RGB 158 202 252 -
CMYK 0.37 0.20 0 0.01
HSL 211.91º 0.94% 0.8% -
HSV(B) 211.91º 0.37% 0.99% -
XYZ 52.79 56.54 100.23 -
YUV 194.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 158 202 252 0.37 0.20 0 0.01 211.91 0.94 0.8
Hex 9E CA FC 25 14 0 1 D4 5E 50
Octal 236 312 374 45 24 0 1 324 136 120
Binary 10011110 11001010 11111100 100101 10100 0 1 11010100 1011110 1010000

Color Harmonies of #9ECAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAFC

Black with #9ECAFC

Text Example


Text Example

White with #9ECAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,202,252); }

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

background-color css

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

 a { background-color: rgb(158,202,252); }

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

border-color css

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

 span { border-color: rgb(158,202,252); }

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