#94E6F9

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

Shades of Columbia Blue #94E6F9

Tints of Columbia Blue #94E6F9

Color information

#94E6F9 (or 0x94E6F9) is unknown color: approx Columbia Blue. HEX triplet: 94, E6 and F9. RGB value is (148,230,249). Sum of RGB (Red+Green+Blue) = 148+230+249=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #94E6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E6F9 is #6B1906. Grayscale: #CFCFCF. Windows color (decimal): -7018759 or 16377492. OLE color: 16377492.

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

Color convert

RGB148230249-
CMYK0.410.0800.02
HSL191.29º89.38%77.84%-
HSV(B)191.29º40.56%97.65%-
XYZ57.6169.73100.05-
YUV207.65151.3385.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.60%
GREEN value IS 230 (90.23% from 255) = 36.68%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=23.60%
G=36.68%
B=39.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482302490.410.0800.02191.2989.3877.84
Hex94E6F929802bf594e
Octal224346371511002277131116
Binary10010100111001101111100110100110000101011111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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