#9ECFFD

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

Shades of Columbia Blue #9ECFFD

Tints of Columbia Blue #9ECFFD

Color information

#9ECFFD (or 0x9ECFFD) is unknown color: approx Columbia Blue. HEX triplet: 9E, CF and FD. RGB value is (158,207,253). Sum of RGB (Red+Green+Blue) = 158+207+253=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ECFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFFD is #613002. Grayscale: #C5C5C5. Windows color (decimal): -6369283 or 16633758. OLE color: 16633758.

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

Color convert

RGB158207253-
CMYK0.380.1800.01
HSL209.05º95.96%80.59%-
HSV(B)209.05º37.55%99.22%-
XYZ54.1458.99101.46-
YUV197.59159.2799.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=25.57%
G=33.50%
B=40.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582072530.380.1800.01209.0595.9680.59
Hex9ECFFD261201d16051
Octal236317375462201321140121
Binary10011110110011111111110110011010010011101000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,253); }

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

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

 a { background-color: rgb(158,207,253); }

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

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

 span { border-color: rgb(158,207,253); }

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