#93E5FC

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

Shades of Columbia Blue #93E5FC

Tints of Columbia Blue #93E5FC

Color information

#93E5FC (or 0x93E5FC) is unknown color: approx Columbia Blue. HEX triplet: 93, E5 and FC. RGB value is (147,229,252). Sum of RGB (Red+Green+Blue) = 147+229+252=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #93E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E5FC is #6C1A03. Grayscale: #CECECE. Windows color (decimal): -7084548 or 16573843. OLE color: 16573843.

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

Color convert

RGB147229252-
CMYK0.420.0900.01
HSL193.14º94.59%78.24%-
HSV(B)193.14º41.67%98.82%-
XYZ57.6269.27102.43-
YUV207.1153.3385.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.41%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=23.41%
G=36.46%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472292520.420.0900.01193.1494.5978.24
Hex93E5FC2A901c15f4e
Octal223345374521101301137116
Binary1001001111100101111111001010101001011100000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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