#93EDFE

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

Shades of Columbia Blue #93EDFE

Tints of Columbia Blue #93EDFE

Color information

#93EDFE (or 0x93EDFE) is unknown color: approx Columbia Blue. HEX triplet: 93, ED and FE. RGB value is (147,237,254). Sum of RGB (Red+Green+Blue) = 147+237+254=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #93EDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDFE is #6C1201. Grayscale: #D3D3D3. Windows color (decimal): -7082498 or 16706963. OLE color: 16706963.

HSL color Cylindrical-coordinate representation of color #93EDFE: hue angle of 189.53º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93EDFE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147237254-
CMYK0.420.0700.00
HSL189.53º98.17%78.63%-
HSV(B)189.53º42.13%99.61%-
XYZ60.2173.93104.86-
YUV212.03151.6881.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.04%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=23.04%
G=37.15%
B=39.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472372540.420.0700.00189.5398.1778.63
Hex93EDFE2A700be624f
Octal22335537652700276142117
Binary100100111110110111111110101010111001011111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,237,254); }

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

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

 a { background-color: rgb(147,237,254); }

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

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

 span { border-color: rgb(147,237,254); }

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