#93E4FB

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

Shades of Columbia Blue #93E4FB

Tints of Columbia Blue #93E4FB

Color information

#93E4FB (or 0x93E4FB) is unknown color: approx Columbia Blue. HEX triplet: 93, E4 and FB. RGB value is (147,228,251). Sum of RGB (Red+Green+Blue) = 147+228+251=626 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.48% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #93E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E4FB is #6C1B04. Grayscale: #CECECE. Windows color (decimal): -7084805 or 16508051. OLE color: 16508051.

HSL color Cylindrical-coordinate representation of color #93E4FB: hue angle of 193.27º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93E4FB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147228251-
CMYK0.410.0900.02
HSL193.27º92.86%78.04%-
HSV(B)193.27º41.43%98.43%-
XYZ57.1968.65101.5-
YUV206.4153.1685.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.48%
GREEN value IS 228 (89.45% from 255) = 36.42%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=23.48%
G=36.42%
B=40.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472282510.410.0900.02193.2792.8678.04
Hex93E4FB29902c15d4e
Octal223344373511102301135116
Binary10010011111001001111101110100110010101100000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,228,251); }

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

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

 a { background-color: rgb(147,228,251); }

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

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

 span { border-color: rgb(147,228,251); }

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