#94DEFB

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

Shades of Columbia Blue #94DEFB

Tints of Columbia Blue #94DEFB

Color information

#94DEFB (or 0x94DEFB) is unknown color: approx Columbia Blue. HEX triplet: 94, DE and FB. RGB value is (148,222,251). Sum of RGB (Red+Green+Blue) = 148+222+251=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #94DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DEFB is #6B2104. Grayscale: #CACACA. Windows color (decimal): -7020805 or 16506516. OLE color: 16506516.

HSL color Cylindrical-coordinate representation of color #94DEFB: hue angle of 196.89º 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 #94DEFB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148222251-
CMYK0.410.1200.02
HSL196.89º92.79%78.24%-
HSV(B)196.89º41.04%98.43%-
XYZ55.7565.5100.97-
YUV203.18154.9888.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.83%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=23.83%
G=35.75%
B=40.42%

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
Decimal1482222510.410.1200.02196.8992.7978.24
Hex94DEFB29C02c55d4e
Octal224336373511402305135116
Binary10010100110111101111101110100111000101100010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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