#94E6FE

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

Shades of Columbia Blue #94E6FE

Tints of Columbia Blue #94E6FE

Color information

#94E6FE (or 0x94E6FE) is unknown color: approx Columbia Blue. HEX triplet: 94, E6 and FE. RGB value is (148,230,254). Sum of RGB (Red+Green+Blue) = 148+230+254=632 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.42% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #94E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E6FE is #6B1901. Grayscale: #D0D0D0. Windows color (decimal): -7018754 or 16705172. OLE color: 16705172.

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

Color convert

RGB148230254-
CMYK0.420.0900.00
HSL193.58º98.15%78.82%-
HSV(B)193.58º41.73%99.61%-
XYZ58.470.05104.21-
YUV208.22153.8385.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.42%
GREEN value IS 230 (90.23% from 255) = 36.39%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=23.42%
G=36.39%
B=40.19%

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
Decimal1482302540.420.0900.00193.5898.1578.82
Hex94E6FE2A900c2624f
Octal224346376521100302142117
Binary1001010011100110111111101010101001001100001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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