#93EAFD

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

Shades of Columbia Blue #93EAFD

Tints of Columbia Blue #93EAFD

Color information

#93EAFD (or 0x93EAFD) is unknown color: approx Columbia Blue. HEX triplet: 93, EA and FD. RGB value is (147,234,253). Sum of RGB (Red+Green+Blue) = 147+234+253=634 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.19% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #93EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAFD is #6C1502. Grayscale: #D1D1D1. Windows color (decimal): -7083267 or 16640659. OLE color: 16640659.

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

Color convert

RGB147234253-
CMYK0.420.0800.01
HSL190.75º96.36%78.43%-
HSV(B)190.75º41.9%99.22%-
XYZ59.1972.14103.73-
YUV210.15152.1882.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.19%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=23.19%
G=36.91%
B=39.91%

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
Decimal1472342530.420.0800.01190.7596.3678.43
Hex93EAFD2A801bf604e
Octal223352375521001277140116
Binary1001001111101010111111011010101000011011111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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