#93DEFC

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

Shades of Columbia Blue #93DEFC

Tints of Columbia Blue #93DEFC

Color information

#93DEFC (or 0x93DEFC) is unknown color: approx Columbia Blue. HEX triplet: 93, DE and FC. RGB value is (147,222,252). Sum of RGB (Red+Green+Blue) = 147+222+252=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #93DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEFC is #6C2103. Grayscale: #CACACA. Windows color (decimal): -7086340 or 16572051. OLE color: 16572051.

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

Color convert

RGB147222252-
CMYK0.420.1200.01
HSL197.14º94.59%78.24%-
HSV(B)197.14º41.67%98.82%-
XYZ55.7265.47101.8-
YUV203155.6588.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.67%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=23.67%
G=35.75%
B=40.58%

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
Decimal1472222520.420.1200.01197.1494.5978.24
Hex93DEFC2AC01c55f4e
Octal223336374521401305137116
Binary1001001111011110111111001010101100011100010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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