#93DCF4

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

Shades of Columbia Blue #93DCF4

Tints of Columbia Blue #93DCF4

Color information

#93DCF4 (or 0x93DCF4) is unknown color: approx Columbia Blue. HEX triplet: 93, DC and F4. RGB value is (147,220,244). Sum of RGB (Red+Green+Blue) = 147+220+244=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #93DCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCF4 is #6C230B. Grayscale: #C8C8C8. Windows color (decimal): -7086860 or 16047251. OLE color: 16047251.

HSL color Cylindrical-coordinate representation of color #93DCF4: hue angle of 194.85º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93DCF4 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147220244-
CMYK0.400.1000.04
HSL194.85º81.51%76.67%-
HSV(B)194.85º39.75%95.69%-
XYZ53.9563.9295.08-
YUV200.91152.3289.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.06%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=24.06%
G=36.01%
B=39.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472202440.400.1000.04194.8581.5176.67
Hex93DCF428A04c3524d
Octal223334364501204303122115
Binary100100111101110011110100101000101001001100001110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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