#93DEFD

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

Shades of Columbia Blue #93DEFD

Tints of Columbia Blue #93DEFD

Color information

#93DEFD (or 0x93DEFD) is unknown color: approx Columbia Blue. HEX triplet: 93, DE and FD. RGB value is (147,222,253). Sum of RGB (Red+Green+Blue) = 147+222+253=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #93DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEFD is #6C2102. Grayscale: #CACACA. Windows color (decimal): -7086339 or 16637587. OLE color: 16637587.

HSL color Cylindrical-coordinate representation of color #93DEFD: hue angle of 197.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93DEFD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147222253-
CMYK0.420.1200.01
HSL197.55º96.36%78.43%-
HSV(B)197.55º41.9%99.22%-
XYZ55.8865.54102.63-
YUV203.11156.1587.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.63%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=23.63%
G=35.69%
B=40.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472222530.420.1200.01197.5596.3678.43
Hex93DEFD2AC01c6604e
Octal223336375521401306140116
Binary1001001111011110111111011010101100011100011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,222,253); }

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

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

 a { background-color: rgb(147,222,253); }

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

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

 span { border-color: rgb(147,222,253); }

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