#93E4FA

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

Shades of Columbia Blue #93E4FA

Tints of Columbia Blue #93E4FA

Color information

#93E4FA (or 0x93E4FA) is unknown color: approx Columbia Blue. HEX triplet: 93, E4 and FA. RGB value is (147,228,250). Sum of RGB (Red+Green+Blue) = 147+228+250=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #93E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E4FA is #6C1B05. Grayscale: #CECECE. Windows color (decimal): -7084806 or 16442515. OLE color: 16442515.

HSL color Cylindrical-coordinate representation of color #93E4FA: hue angle of 192.82º degrees, saturation: 0.91, 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 #93E4FA is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147228250-
CMYK0.410.0900.02
HSL192.82º91.15%77.84%-
HSV(B)192.82º41.2%98.04%-
XYZ57.0368.59100.68-
YUV206.29152.6685.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.52%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 250 (98.05% from 255) = 40%
R=23.52%
G=36.48%
B=40%

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
Decimal1472282500.410.0900.02192.8291.1577.84
Hex93E4FA29902c15b4e
Octal223344372511102301133116
Binary10010011111001001111101010100110010101100000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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