#93DFF6

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

Shades of Columbia Blue #93DFF6

Tints of Columbia Blue #93DFF6

Color information

#93DFF6 (or 0x93DFF6) is unknown color: approx Columbia Blue. HEX triplet: 93, DF and F6. RGB value is (147,223,246). Sum of RGB (Red+Green+Blue) = 147+223+246=616 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.86% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #93DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFF6 is #6C2009. Grayscale: #CACACA. Windows color (decimal): -7086090 or 16179091. OLE color: 16179091.

HSL color Cylindrical-coordinate representation of color #93DFF6: hue angle of 193.94º degrees, saturation: 0.85, 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 #93DFF6 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147223246-
CMYK0.400.0900.04
HSL193.94º84.62%77.06%-
HSV(B)193.94º40.24%96.47%-
XYZ55.0565.6396.96-
YUV202.9152.3288.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.86%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=23.86%
G=36.20%
B=39.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472232460.400.0900.04193.9484.6277.06
Hex93DFF628904c2554d
Octal223337366501104302125115
Binary100100111101111111110110101000100101001100001010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,223,246); }

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

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

 a { background-color: rgb(147,223,246); }

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

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

 span { border-color: rgb(147,223,246); }

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