#93E7FC

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

Shades of Columbia Blue #93E7FC

Tints of Columbia Blue #93E7FC

Color information

#93E7FC (or 0x93E7FC) is unknown color: approx Columbia Blue. HEX triplet: 93, E7 and FC. RGB value is (147,231,252). Sum of RGB (Red+Green+Blue) = 147+231+252=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #93E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E7FC is #6C1803. Grayscale: #D0D0D0. Windows color (decimal): -7084036 or 16574355. OLE color: 16574355.

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

Color convert

RGB147231252-
CMYK0.420.0800.01
HSL192º94.59%78.24%-
HSV(B)192º41.67%98.82%-
XYZ58.1870.38102.61-
YUV208.28152.6784.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.33%
GREEN value IS 231 (90.62% from 255) = 36.67%
BLUE value IS 252 (98.83% from 255) = 40%
R=23.33%
G=36.67%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472312520.420.0800.0119294.5978.24
Hex93E7FC2A801c05f4e
Octal223347374521001300137116
Binary1001001111100111111111001010101000011100000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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