Html Css Color HEX #9ECAFA Pale Cornflower Blue

📋 copy color: '#9ECAFA'

red 158 ◦ green 202 ◦ blue 250

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

Shades of Pale Cornflower Blue #9ECAFA

Tints of Pale Cornflower Blue #9ECAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 25.9%
G = 33.11%
B = 40.98%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9ECAFA (or 0x9ECAFA) is known color: Pale Cornflower Blue. HEX triplet: 9E, CA and FA. RGB value is (158,202,250). Sum of RGB (Red+Green+Blue) = 158+202+250=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ECAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAFA is #613505. Grayscale: #C2C2C2. Windows color (decimal): -6370566 or 16435870. OLE color: 16435870.

HSL color Cylindrical-coordinate representation of color #9ECAFA: hue angle of 211.3º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ECAFA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 202 250 -
CMYK 0.37 0.19 0 0.02
HSL 211.3º 0.9% 0.8% -
HSV(B) 211.3º 0.37% 0.98% -
XYZ 52.48 56.41 98.57 -
YUV 194.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 158 202 250 0.37 0.19 0 0.02 211.3 0.9 0.8
Hex 9E CA FA 25 13 0 2 D3 5A 50
Octal 236 312 372 45 23 0 2 323 132 120
Binary 10011110 11001010 11111010 100101 10011 0 10 11010011 1011010 1010000

Color Harmonies of #9ECAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAFA

Black with #9ECAFA

Text Example


Text Example

White with #9ECAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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