#94D6FB

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

Shades of Columbia Blue #94D6FB

Tints of Columbia Blue #94D6FB

Color information

#94D6FB (or 0x94D6FB) is unknown color: approx Columbia Blue. HEX triplet: 94, D6 and FB. RGB value is (148,214,251). Sum of RGB (Red+Green+Blue) = 148+214+251=613 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.14% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #94D6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D6FB is #6B2904. Grayscale: #C6C6C6. Windows color (decimal): -7022853 or 16504468. OLE color: 16504468.

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

Color convert

RGB148214251-
CMYK0.410.1500.02
HSL201.55º92.79%78.24%-
HSV(B)201.55º41.04%98.43%-
XYZ53.6761.35100.28-
YUV198.48157.6391.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.14%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=24.14%
G=34.91%
B=40.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482142510.410.1500.02201.5592.7978.24
Hex94D6FB29F02ca5d4e
Octal224326373511702312135116
Binary10010100110101101111101110100111110101100101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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