#93E0FB

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

Shades of Columbia Blue #93E0FB

Tints of Columbia Blue #93E0FB

Color information

#93E0FB (or 0x93E0FB) is unknown color: approx Columbia Blue. HEX triplet: 93, E0 and FB. RGB value is (147,224,251). Sum of RGB (Red+Green+Blue) = 147+224+251=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #93E0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E0FB is #6C1F04. Grayscale: #CBCBCB. Windows color (decimal): -7085829 or 16507027. OLE color: 16507027.

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

Color convert

RGB147224251-
CMYK0.410.1100.02
HSL195.58º92.86%78.04%-
HSV(B)195.58º41.43%98.43%-
XYZ56.166.48101.14-
YUV204.06154.4987.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.63%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=23.63%
G=36.01%
B=40.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472242510.410.1100.02195.5892.8678.04
Hex93E0FB29B02c45d4e
Octal223340373511302304135116
Binary10010011111000001111101110100110110101100010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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