#93DCFC

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

Shades of Columbia Blue #93DCFC

Tints of Columbia Blue #93DCFC

Color information

#93DCFC (or 0x93DCFC) is unknown color: approx Columbia Blue. HEX triplet: 93, DC and FC. RGB value is (147,220,252). Sum of RGB (Red+Green+Blue) = 147+220+252=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #93DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCFC is #6C2303. Grayscale: #C9C9C9. Windows color (decimal): -7086852 or 16571539. OLE color: 16571539.

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

Color convert

RGB147220252-
CMYK0.420.1300.01
HSL198.29º94.59%78.24%-
HSV(B)198.29º41.67%98.82%-
XYZ55.264.42101.62-
YUV201.82156.3288.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.75%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=23.75%
G=35.54%
B=40.71%

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
Decimal1472202520.420.1300.01198.2994.5978.24
Hex93DCFC2AD01c65f4e
Octal223334374521501306137116
Binary1001001111011100111111001010101101011100011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,220,252); }

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

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

 a { background-color: rgb(147,220,252); }

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

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

 span { border-color: rgb(147,220,252); }

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