#93EBFE

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

Shades of Columbia Blue #93EBFE

Tints of Columbia Blue #93EBFE

Color information

#93EBFE (or 0x93EBFE) is unknown color: approx Columbia Blue. HEX triplet: 93, EB and FE. RGB value is (147,235,254). Sum of RGB (Red+Green+Blue) = 147+235+254=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #93EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EBFE is #6C1401. Grayscale: #D2D2D2. Windows color (decimal): -7083010 or 16706451. OLE color: 16706451.

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

Color convert

RGB147235254-
CMYK0.420.0700.00
HSL190.65º98.17%78.63%-
HSV(B)190.65º42.13%99.61%-
XYZ59.6372.78104.67-
YUV210.85152.3582.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.11%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=23.11%
G=36.95%
B=39.94%

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
Decimal1472352540.420.0700.00190.6598.1778.63
Hex93EBFE2A700bf624f
Octal22335337652700277142117
Binary100100111110101111111110101010111001011111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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