#94D3FA

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

Shades of Columbia Blue #94D3FA

Tints of Columbia Blue #94D3FA

Color information

#94D3FA (or 0x94D3FA) is unknown color: approx Columbia Blue. HEX triplet: 94, D3 and FA. RGB value is (148,211,250). Sum of RGB (Red+Green+Blue) = 148+211+250=609 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.30% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #94D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D3FA is #6B2C05. Grayscale: #C4C4C4. Windows color (decimal): -7023622 or 16438164. OLE color: 16438164.

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

Color convert

RGB148211250-
CMYK0.410.1600.02
HSL202.94º91.07%78.04%-
HSV(B)202.94º40.8%98.04%-
XYZ52.7659.7999.2-
YUV196.61158.1393.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.30%
GREEN value IS 211 (82.81% from 255) = 34.65%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=24.30%
G=34.65%
B=41.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482112500.410.1600.02202.9491.0778.04
Hex94D3FA291002cb5b4e
Octal224323372512002313133116
Binary100101001101001111111010101001100000101100101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,211,250); }

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

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

 a { background-color: rgb(148,211,250); }

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

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

 span { border-color: rgb(148,211,250); }

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