#93DEFB

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

Shades of Columbia Blue #93DEFB

Tints of Columbia Blue #93DEFB

Color information

#93DEFB (or 0x93DEFB) is unknown color: approx Columbia Blue. HEX triplet: 93, DE and FB. RGB value is (147,222,251). Sum of RGB (Red+Green+Blue) = 147+222+251=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #93DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEFB is #6C2104. Grayscale: #CACACA. Windows color (decimal): -7086341 or 16506515. OLE color: 16506515.

HSL color Cylindrical-coordinate representation of color #93DEFB: hue angle of 196.73º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93DEFB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147222251-
CMYK0.410.1200.02
HSL196.73º92.86%78.04%-
HSV(B)196.73º41.43%98.43%-
XYZ55.5765.41100.96-
YUV202.88155.1588.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.71%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=23.71%
G=35.81%
B=40.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472222510.410.1200.02196.7392.8678.04
Hex93DEFB29C02c55d4e
Octal223336373511402305135116
Binary10010011110111101111101110100111000101100010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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