#93ECFD

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

Shades of Columbia Blue #93ECFD

Tints of Columbia Blue #93ECFD

Color information

#93ECFD (or 0x93ECFD) is unknown color: approx Columbia Blue. HEX triplet: 93, EC and FD. RGB value is (147,236,253). Sum of RGB (Red+Green+Blue) = 147+236+253=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #93ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECFD is #6C1302. Grayscale: #D3D3D3. Windows color (decimal): -7082755 or 16641171. OLE color: 16641171.

HSL color Cylindrical-coordinate representation of color #93ECFD: hue angle of 189.62º degrees, saturation: 0.96, 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 #93ECFD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147236253-
CMYK0.420.0700.01
HSL189.62º96.36%78.43%-
HSV(B)189.62º41.9%99.22%-
XYZ59.7673.29103.92-
YUV211.33151.5182.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.11%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=23.11%
G=37.11%
B=39.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472362530.420.0700.01189.6296.3678.43
Hex93ECFD2A701be604e
Octal22335437552701276140116
Binary100100111110110011111101101010111011011111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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