#94D5FA

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

Shades of Columbia Blue #94D5FA

Tints of Columbia Blue #94D5FA

Color information

#94D5FA (or 0x94D5FA) is unknown color: approx Columbia Blue. HEX triplet: 94, D5 and FA. RGB value is (148,213,250). Sum of RGB (Red+Green+Blue) = 148+213+250=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #94D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D5FA is #6B2A05. Grayscale: #C5C5C5. Windows color (decimal): -7023110 or 16438676. OLE color: 16438676.

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

Color convert

RGB148213250-
CMYK0.410.1500.02
HSL201.76º91.07%78.04%-
HSV(B)201.76º40.8%98.04%-
XYZ53.2660.7999.37-
YUV197.78157.4792.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.22%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=24.22%
G=34.86%
B=40.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482132500.410.1500.02201.7691.0778.04
Hex94D5FA29F02ca5b4e
Octal224325372511702312133116
Binary10010100110101011111101010100111110101100101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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