#94DEFD

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

Shades of Columbia Blue #94DEFD

Tints of Columbia Blue #94DEFD

Color information

#94DEFD (or 0x94DEFD) is unknown color: approx Columbia Blue. HEX triplet: 94, DE and FD. RGB value is (148,222,253). Sum of RGB (Red+Green+Blue) = 148+222+253=623 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.76% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #94DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DEFD is #6B2102. Grayscale: #CBCBCB. Windows color (decimal): -7020803 or 16637588. OLE color: 16637588.

HSL color Cylindrical-coordinate representation of color #94DEFD: hue angle of 197.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94DEFD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148222253-
CMYK0.420.1200.01
HSL197.71º96.33%78.63%-
HSV(B)197.71º41.5%99.22%-
XYZ56.0665.63102.64-
YUV203.41155.9888.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.76%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=23.76%
G=35.63%
B=40.61%

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
Decimal1482222530.420.1200.01197.7196.3378.63
Hex94DEFD2AC01c6604f
Octal224336375521401306140117
Binary1001010011011110111111011010101100011100011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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