#94E1FE

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

Shades of Columbia Blue #94E1FE

Tints of Columbia Blue #94E1FE

Color information

#94E1FE (or 0x94E1FE) is unknown color: approx Columbia Blue. HEX triplet: 94, E1 and FE. RGB value is (148,225,254). Sum of RGB (Red+Green+Blue) = 148+225+254=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #94E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1FE is #6B1E01. Grayscale: #CDCDCD. Windows color (decimal): -7020034 or 16703892. OLE color: 16703892.

HSL color Cylindrical-coordinate representation of color #94E1FE: hue angle of 196.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E1FE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB148225254-
CMYK0.420.1100.00
HSL196.42º98.15%78.82%-
HSV(B)196.42º41.73%99.61%-
XYZ57.0367.3103.75-
YUV205.28155.4987.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.60%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=23.60%
G=35.89%
B=40.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482252540.420.1100.00196.4298.1578.82
Hex94E1FE2AB00c4624f
Octal224341376521300304142117
Binary1001010011100001111111101010101011001100010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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