#94DCFD

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

Shades of Columbia Blue #94DCFD

Tints of Columbia Blue #94DCFD

Color information

#94DCFD (or 0x94DCFD) is unknown color: approx Columbia Blue. HEX triplet: 94, DC and FD. RGB value is (148,220,253). Sum of RGB (Red+Green+Blue) = 148+220+253=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #94DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFD is #6B2302. Grayscale: #CACACA. Windows color (decimal): -7021315 or 16637076. OLE color: 16637076.

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

Color convert

RGB148220253-
CMYK0.420.1300.01
HSL198.86º96.33%78.63%-
HSV(B)198.86º41.5%99.22%-
XYZ55.5464.57102.47-
YUV202.23156.6589.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.83%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=23.83%
G=35.43%
B=40.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482202530.420.1300.01198.8696.3378.63
Hex94DCFD2AD01c7604f
Octal224334375521501307140117
Binary1001010011011100111111011010101101011100011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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