#93DAFE

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

Shades of Columbia Blue #93DAFE

Tints of Columbia Blue #93DAFE

Color information

#93DAFE (or 0x93DAFE) is unknown color: approx Columbia Blue. HEX triplet: 93, DA and FE. RGB value is (147,218,254). Sum of RGB (Red+Green+Blue) = 147+218+254=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #93DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DAFE is #6C2501. Grayscale: #C8C8C8. Windows color (decimal): -7087362 or 16702099. OLE color: 16702099.

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

Color convert

RGB147218254-
CMYK0.420.1400.00
HSL200.19º98.17%78.63%-
HSV(B)200.19º42.13%99.61%-
XYZ54.9963.5103.12-
YUV200.87157.9889.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.75%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=23.75%
G=35.22%
B=41.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472182540.420.1400.00200.1998.1778.63
Hex93DAFE2AE00c8624f
Octal223332376521600310142117
Binary1001001111011010111111101010101110001100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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