#93D8FE

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

Shades of Columbia Blue #93D8FE

Tints of Columbia Blue #93D8FE

Color information

#93D8FE (or 0x93D8FE) is unknown color: approx Columbia Blue. HEX triplet: 93, D8 and FE. RGB value is (147,216,254). Sum of RGB (Red+Green+Blue) = 147+216+254=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #93D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D8FE is #6C2701. Grayscale: #C7C7C7. Windows color (decimal): -7087874 or 16701587. OLE color: 16701587.

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

Color convert

RGB147216254-
CMYK0.420.1500.00
HSL201.31º98.17%78.63%-
HSV(B)201.31º42.13%99.61%-
XYZ54.4862.47102.95-
YUV199.7158.6490.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.82%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=23.82%
G=35.01%
B=41.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472162540.420.1500.00201.3198.1778.63
Hex93D8FE2AF00c9624f
Octal223330376521700311142117
Binary1001001111011000111111101010101111001100100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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