#93DDFD

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

Shades of Columbia Blue #93DDFD

Tints of Columbia Blue #93DDFD

Color information

#93DDFD (or 0x93DDFD) is unknown color: approx Columbia Blue. HEX triplet: 93, DD and FD. RGB value is (147,221,253). Sum of RGB (Red+Green+Blue) = 147+221+253=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #93DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDFD is #6C2202. Grayscale: #CACACA. Windows color (decimal): -7086595 or 16637331. OLE color: 16637331.

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

Color convert

RGB147221253-
CMYK0.420.1300.01
HSL198.11º96.36%78.43%-
HSV(B)198.11º41.9%99.22%-
XYZ55.6265.01102.54-
YUV202.52156.4888.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.67%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=23.67%
G=35.59%
B=40.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472212530.420.1300.01198.1196.3678.43
Hex93DDFD2AD01c6604e
Octal223335375521501306140116
Binary1001001111011101111111011010101101011100011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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