#94E3F9

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

Shades of Columbia Blue #94E3F9

Tints of Columbia Blue #94E3F9

Color information

#94E3F9 (or 0x94E3F9) is unknown color: approx Columbia Blue. HEX triplet: 94, E3 and F9. RGB value is (148,227,249). Sum of RGB (Red+Green+Blue) = 148+227+249=624 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.72% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #94E3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E3F9 is #6B1C06. Grayscale: #CDCDCD. Windows color (decimal): -7019527 or 16376724. OLE color: 16376724.

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

Color convert

RGB148227249-
CMYK0.410.0900.02
HSL193.07º89.38%77.84%-
HSV(B)193.07º40.56%97.65%-
XYZ56.7868.0799.77-
YUV205.89152.3386.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.72%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=23.72%
G=36.38%
B=39.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482272490.410.0900.02193.0789.3877.84
Hex94E3F929902c1594e
Octal224343371511102301131116
Binary10010100111000111111100110100110010101100000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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