#94E7FE

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

Shades of Columbia Blue #94E7FE

Tints of Columbia Blue #94E7FE

Color information

#94E7FE (or 0x94E7FE) is unknown color: approx Columbia Blue. HEX triplet: 94, E7 and FE. RGB value is (148,231,254). Sum of RGB (Red+Green+Blue) = 148+231+254=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #94E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7FE is #6B1801. Grayscale: #D0D0D0. Windows color (decimal): -7018498 or 16705428. OLE color: 16705428.

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

Color convert

RGB148231254-
CMYK0.420.0900.00
HSL193.02º98.15%78.82%-
HSV(B)193.02º41.73%99.61%-
XYZ58.6870.6104.3-
YUV208.8153.584.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.38%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=23.38%
G=36.49%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482312540.420.0900.00193.0298.1578.82
Hex94E7FE2A900c1624f
Octal224347376521100301142117
Binary1001010011100111111111101010101001001100000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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