#9ECDFC

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

Shades of Pale Cornflower Blue #9ECDFC

Tints of Pale Cornflower Blue #9ECDFC

Color information

#9ECDFC (or 0x9ECDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CD and FC. RGB value is (158,205,252). Sum of RGB (Red+Green+Blue) = 158+205+252=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ECDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDFC is #613203. Grayscale: #C4C4C4. Windows color (decimal): -6369796 or 16567710. OLE color: 16567710.

HSL color Cylindrical-coordinate representation of color #9ECDFC: hue angle of 210º 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 #9ECDFC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158205252-
CMYK0.370.1900.01
HSL210º94%80.39%-
HSV(B)210º37.3%98.82%-
XYZ53.557.96100.46-
YUV196.3159.43100.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.69%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=25.69%
G=33.33%
B=40.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582052520.370.1900.012109480.39
Hex9ECDFC251301d25e50
Octal236315374452301322136120
Binary10011110110011011111110010010110011011101001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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