#93D5FE

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

Shades of Columbia Blue #93D5FE

Tints of Columbia Blue #93D5FE

Color information

#93D5FE (or 0x93D5FE) is unknown color: approx Columbia Blue. HEX triplet: 93, D5 and FE. RGB value is (147,213,254). Sum of RGB (Red+Green+Blue) = 147+213+254=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #93D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D5FE is #6C2A01. Grayscale: #C5C5C5. Windows color (decimal): -7088642 or 16700819. OLE color: 16700819.

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

Color convert

RGB147213254-
CMYK0.420.1600.00
HSL202.99º98.17%78.63%-
HSV(B)202.99º42.13%99.61%-
XYZ53.7260.95102.7-
YUV197.94159.6391.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.94%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=23.94%
G=34.69%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472132540.420.1600.00202.9998.1778.63
Hex93D5FE2A1000cb624f
Octal223325376522000313142117
Binary10010011110101011111111010101010000001100101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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