#93E3FD

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

Shades of Columbia Blue #93E3FD

Tints of Columbia Blue #93E3FD

Color information

#93E3FD (or 0x93E3FD) is unknown color: approx Columbia Blue. HEX triplet: 93, E3 and FD. RGB value is (147,227,253). Sum of RGB (Red+Green+Blue) = 147+227+253=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #93E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E3FD is #6C1C02. Grayscale: #CDCDCD. Windows color (decimal): -7085059 or 16638867. OLE color: 16638867.

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

Color convert

RGB147227253-
CMYK0.420.1000.01
HSL194.72º96.36%78.43%-
HSV(B)194.72º41.9%99.22%-
XYZ57.2368.23103.08-
YUV206.04154.585.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.44%
GREEN value IS 227 (89.06% from 255) = 36.20%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=23.44%
G=36.20%
B=40.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472272530.420.1000.01194.7296.3678.43
Hex93E3FD2AA01c3604e
Octal223343375521201303140116
Binary1001001111100011111111011010101010011100001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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