#94E3FE

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

Shades of Columbia Blue #94E3FE

Tints of Columbia Blue #94E3FE

Color information

#94E3FE (or 0x94E3FE) is unknown color: approx Columbia Blue. HEX triplet: 94, E3 and FE. RGB value is (148,227,254). Sum of RGB (Red+Green+Blue) = 148+227+254=629 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.53% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #94E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E3FE is #6B1C01. Grayscale: #CECECE. Windows color (decimal): -7019522 or 16704404. OLE color: 16704404.

HSL color Cylindrical-coordinate representation of color #94E3FE: hue angle of 195.28º 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 #94E3FE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB148227254-
CMYK0.420.1100.00
HSL195.28º98.15%78.82%-
HSV(B)195.28º41.73%99.61%-
XYZ57.5768.39103.93-
YUV206.46154.8386.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.53%
GREEN value IS 227 (89.06% from 255) = 36.09%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=23.53%
G=36.09%
B=40.38%

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
Decimal1482272540.420.1100.00195.2898.1578.82
Hex94E3FE2AB00c3624f
Octal224343376521300303142117
Binary1001010011100011111111101010101011001100001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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