#93E0FD

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

Shades of Columbia Blue #93E0FD

Tints of Columbia Blue #93E0FD

Color information

#93E0FD (or 0x93E0FD) is unknown color: approx Columbia Blue. HEX triplet: 93, E0 and FD. RGB value is (147,224,253). Sum of RGB (Red+Green+Blue) = 147+224+253=624 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.56% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #93E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E0FD is #6C1F02. Grayscale: #CCCCCC. Windows color (decimal): -7085827 or 16638099. OLE color: 16638099.

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

Color convert

RGB147224253-
CMYK0.420.1100.01
HSL196.42º96.36%78.43%-
HSV(B)196.42º41.9%99.22%-
XYZ56.4266.61102.81-
YUV204.28155.4987.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.56%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=23.56%
G=35.90%
B=40.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472242530.420.1100.01196.4296.3678.43
Hex93E0FD2AB01c4604e
Octal223340375521301304140116
Binary1001001111100000111111011010101011011100010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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