#94E8FC

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

Shades of Columbia Blue #94E8FC

Tints of Columbia Blue #94E8FC

Color information

#94E8FC (or 0x94E8FC) is unknown color: approx Columbia Blue. HEX triplet: 94, E8 and FC. RGB value is (148,232,252). Sum of RGB (Red+Green+Blue) = 148+232+252=632 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.42% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #94E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E8FC is #6B1703. Grayscale: #D1D1D1. Windows color (decimal): -7018244 or 16574612. OLE color: 16574612.

HSL color Cylindrical-coordinate representation of color #94E8FC: hue angle of 191.54º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E8FC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148232252-
CMYK0.410.0800.01
HSL191.54º94.55%78.43%-
HSV(B)191.54º41.27%98.82%-
XYZ58.6471.04102.72-
YUV209.16152.1784.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.42%
GREEN value IS 232 (91.02% from 255) = 36.71%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=23.42%
G=36.71%
B=39.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482322520.410.0800.01191.5494.5578.43
Hex94E8FC29801c05f4e
Octal224350374511001300137116
Binary1001010011101000111111001010011000011100000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,252); }

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

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

 a { background-color: rgb(148,232,252); }

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

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

 span { border-color: rgb(148,232,252); }

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