#93ECFC

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

Shades of Columbia Blue #93ECFC

Tints of Columbia Blue #93ECFC

Color information

#93ECFC (or 0x93ECFC) is unknown color: approx Columbia Blue. HEX triplet: 93, EC and FC. RGB value is (147,236,252). Sum of RGB (Red+Green+Blue) = 147+236+252=635 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.15% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #93ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECFC is #6C1303. Grayscale: #D3D3D3. Windows color (decimal): -7082756 or 16575635. OLE color: 16575635.

HSL color Cylindrical-coordinate representation of color #93ECFC: hue angle of 189.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93ECFC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147236252-
CMYK0.420.0600.01
HSL189.14º94.59%78.24%-
HSV(B)189.14º41.67%98.82%-
XYZ59.673.22103.09-
YUV211.21151.0182.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.15%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=23.15%
G=37.17%
B=39.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472362520.420.0600.01189.1494.5978.24
Hex93ECFC2A601bd5f4e
Octal22335437452601275137116
Binary100100111110110011111100101010110011011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93ECFC; }

 p { color: rgb(147,236,252); }

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

<style>
 a { background-color: #93ECFC; }

 a { background-color: rgb(147,236,252); }

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

<style>
 span { border-color: #93ECFC; }

 span { border-color: rgb(147,236,252); }

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