#94E5FB

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

Shades of Columbia Blue #94E5FB

Tints of Columbia Blue #94E5FB

Color information

#94E5FB (or 0x94E5FB) is unknown color: approx Columbia Blue. HEX triplet: 94, E5 and FB. RGB value is (148,229,251). Sum of RGB (Red+Green+Blue) = 148+229+251=628 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.57% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #94E5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E5FB is #6B1A04. Grayscale: #CFCFCF. Windows color (decimal): -7019013 or 16508308. OLE color: 16508308.

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

Color convert

RGB148229251-
CMYK0.410.0900.02
HSL192.82º92.79%78.24%-
HSV(B)192.82º41.04%98.43%-
XYZ57.6469.3101.6-
YUV207.29152.6685.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.57%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=23.57%
G=36.46%
B=39.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482292510.410.0900.02192.8292.7978.24
Hex94E5FB29902c15d4e
Octal224345373511102301135116
Binary10010100111001011111101110100110010101100000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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