#94D7FB

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

Shades of Columbia Blue #94D7FB

Tints of Columbia Blue #94D7FB

Color information

#94D7FB (or 0x94D7FB) is unknown color: approx Columbia Blue. HEX triplet: 94, D7 and FB. RGB value is (148,215,251). Sum of RGB (Red+Green+Blue) = 148+215+251=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #94D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D7FB is #6B2804. Grayscale: #C6C6C6. Windows color (decimal): -7022597 or 16504724. OLE color: 16504724.

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

Color convert

RGB148215251-
CMYK0.410.1400.02
HSL200.97º92.79%78.24%-
HSV(B)200.97º41.04%98.43%-
XYZ53.9361.86100.37-
YUV199.07157.391.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.10%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=24.10%
G=35.02%
B=40.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482152510.410.1400.02200.9792.7978.24
Hex94D7FB29E02c95d4e
Octal224327373511602311135116
Binary10010100110101111111101110100111100101100100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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