#93D3FF

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

Shades of Columbia Blue #93D3FF

Tints of Columbia Blue #93D3FF

Color information

#93D3FF (or 0x93D3FF) is unknown color: approx Columbia Blue. HEX triplet: 93, D3 and FF. RGB value is (147,211,255). Sum of RGB (Red+Green+Blue) = 147+211+255=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #93D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D3FF is #6C2C00. Grayscale: #C4C4C4. Windows color (decimal): -7089153 or 16765843. OLE color: 16765843.

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

Color convert

RGB147211255-
CMYK0.420.1700
HSL204.44º100%78.82%-
HSV(B)204.44º42.35%100%-
XYZ53.3860.01103.38-
YUV196.88160.892.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.98%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 255 (100% from 255) = 41.60%
R=23.98%
G=34.42%
B=41.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472112550.420.1700204.4410078.82
Hex93D3FF2A1100cc644f
Octal223323377522100314144117
Binary10010011110100111111111110101010001001100110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,211,255); }

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

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

 a { background-color: rgb(147,211,255); }

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

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

 span { border-color: rgb(147,211,255); }

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