Html Css Color HEX #9ECAFF Pale Cornflower Blue

📋 copy color: '#9ECAFF'

red 158 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #9ECAFF

Tints of Pale Cornflower Blue #9ECAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 25.69%
G = 32.85%
B = 41.46%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ECAFF (or 0x9ECAFF) is known color: Pale Cornflower Blue. HEX triplet: 9E, CA and FF. RGB value is (158,202,255). Sum of RGB (Red+Green+Blue) = 158+202+255=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAFF is #613500. Grayscale: #C2C2C2. Windows color (decimal): -6370561 or 16763550. OLE color: 16763550.

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

Color convert

RGB 158 202 255 -
CMYK 0.38 0.21 0 0
HSL 212.78º 1% 0.81% -
HSV(B) 212.78º 0.38% 1% -
XYZ 53.27 56.73 102.75 -
YUV 194.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 158 202 255 0.38 0.21 0 0 212.78 1 0.81
Hex 9E CA FF 26 15 0 0 D5 64 51
Octal 236 312 377 46 25 0 0 325 144 121
Binary 10011110 11001010 11111111 100110 10101 0 0 11010101 1100100 1010001

Color Harmonies of #9ECAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAFF

Black with #9ECAFF

Text Example


Text Example

White with #9ECAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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