#94E1F9

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

Shades of Columbia Blue #94E1F9

Tints of Columbia Blue #94E1F9

Color information

#94E1F9 (or 0x94E1F9) is unknown color: approx Columbia Blue. HEX triplet: 94, E1 and F9. RGB value is (148,225,249). Sum of RGB (Red+Green+Blue) = 148+225+249=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #94E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1F9 is #6B1E06. Grayscale: #CCCCCC. Windows color (decimal): -7020039 or 16376212. OLE color: 16376212.

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

Color convert

RGB148225249-
CMYK0.410.1000.02
HSL194.26º89.38%77.84%-
HSV(B)194.26º40.56%97.65%-
XYZ56.2466.9999.59-
YUV204.71152.9987.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.79%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=23.79%
G=36.17%
B=40.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482252490.410.1000.02194.2689.3877.84
Hex94E1F929A02c2594e
Octal224341371511202302131116
Binary10010100111000011111100110100110100101100001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,225,249); }

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

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

 a { background-color: rgb(148,225,249); }

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

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

 span { border-color: rgb(148,225,249); }

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