#94D9F9

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

Shades of Columbia Blue #94D9F9

Tints of Columbia Blue #94D9F9

Color information

#94D9F9 (or 0x94D9F9) is unknown color: approx Columbia Blue. HEX triplet: 94, D9 and F9. RGB value is (148,217,249). Sum of RGB (Red+Green+Blue) = 148+217+249=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #94D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D9F9 is #6B2606. Grayscale: #C7C7C7. Windows color (decimal): -7022087 or 16374164. OLE color: 16374164.

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

Color convert

RGB148217249-
CMYK0.410.1300.02
HSL199.01º89.38%77.84%-
HSV(B)199.01º40.56%97.65%-
XYZ54.1262.7698.88-
YUV200.02155.6490.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.10%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=24.10%
G=35.34%
B=40.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482172490.410.1300.02199.0189.3877.84
Hex94D9F929D02c7594e
Octal224331371511502307131116
Binary10010100110110011111100110100111010101100011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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