#94D4FB

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

Shades of Columbia Blue #94D4FB

Tints of Columbia Blue #94D4FB

Color information

#94D4FB (or 0x94D4FB) is unknown color: approx Columbia Blue. HEX triplet: 94, D4 and FB. RGB value is (148,212,251). Sum of RGB (Red+Green+Blue) = 148+212+251=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #94D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D4FB is #6B2B04. Grayscale: #C5C5C5. Windows color (decimal): -7023365 or 16503956. OLE color: 16503956.

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

Color convert

RGB148212251-
CMYK0.410.1600.02
HSL202.72º92.79%78.24%-
HSV(B)202.72º41.04%98.43%-
XYZ53.1760.35100.11-
YUV197.31158.392.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.22%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=24.22%
G=34.70%
B=41.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482122510.410.1600.02202.7292.7978.24
Hex94D4FB291002cb5d4e
Octal224324373512002313135116
Binary100101001101010011111011101001100000101100101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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