#9ECDFF

Color #9ECDFF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #9ECDFF

Tints of Pale Cornflower Blue #9ECDFF

Color information

#9ECDFF (or 0x9ECDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CD and FF. RGB value is (158,205,255). Sum of RGB (Red+Green+Blue) = 158+205+255=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDFF is #613200. Grayscale: #C4C4C4. Windows color (decimal): -6369793 or 16764318. OLE color: 16764318.

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

Color convert

RGB158205255-
CMYK0.380.2000
HSL210.93º100%80.98%-
HSV(B)210.93º38.04%100%-
XYZ53.9858.15102.99-
YUV196.65160.93100.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 255 (100% from 255) = 41.26%
R=25.57%
G=33.17%
B=41.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582052550.380.2000210.9310080.98
Hex9ECDFF261400d36451
Octal236315377462400323144121
Binary10011110110011011111111110011010100001101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECDFF;
 }
 .AnyTagClassName
 {
   color: #9ECDFF;
 }
</style>
background-color css

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

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

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

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

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

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