#9FECFF

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

Shades of Columbia Blue #9FECFF

Tints of Columbia Blue #9FECFF

Color information

#9FECFF (or 0x9FECFF) is unknown color: approx Columbia Blue. HEX triplet: 9F, EC and FF. RGB value is (159,236,255). Sum of RGB (Red+Green+Blue) = 159+236+255=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFF is #601300. Grayscale: #D6D6D6. Windows color (decimal): -6296321 or 16772255. OLE color: 16772255.

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

Color convert

RGB159236255-
CMYK0.380.0700
HSL191.88º100%81.18%-
HSV(B)191.88º37.65%100%-
XYZ62.3474.58105.72-
YUV215.14150.4987.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.46%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 255 (100% from 255) = 39.23%
R=24.46%
G=36.31%
B=39.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592362550.380.0700191.8810081.18
Hex9FECFF26700c06451
Octal23735437746700300144121
Binary100111111110110011111111100110111001100000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,236,255); }

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

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

 a { background-color: rgb(159,236,255); }

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

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

 span { border-color: rgb(159,236,255); }

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