#93EEFE

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

Shades of Columbia Blue #93EEFE

Tints of Columbia Blue #93EEFE

Color information

#93EEFE (or 0x93EEFE) is unknown color: approx Columbia Blue. HEX triplet: 93, EE and FE. RGB value is (147,238,254). Sum of RGB (Red+Green+Blue) = 147+238+254=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #93EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEFE is #6C1101. Grayscale: #D4D4D4. Windows color (decimal): -7082242 or 16707219. OLE color: 16707219.

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

Color convert

RGB147238254-
CMYK0.420.0600.00
HSL188.97º98.17%78.63%-
HSV(B)188.97º42.13%99.61%-
XYZ60.574.51104.96-
YUV212.61151.3581.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.00%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=23.00%
G=37.25%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472382540.420.0600.00188.9798.1778.63
Hex93EEFE2A600bd624f
Octal22335637652600275142117
Binary100100111110111011111110101010110001011110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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