#94D7FD

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

Shades of Columbia Blue #94D7FD

Tints of Columbia Blue #94D7FD

Color information

#94D7FD (or 0x94D7FD) is unknown color: approx Columbia Blue. HEX triplet: 94, D7 and FD. RGB value is (148,215,253). Sum of RGB (Red+Green+Blue) = 148+215+253=616 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.03% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #94D7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D7FD is #6B2802. Grayscale: #C7C7C7. Windows color (decimal): -7022595 or 16635796. OLE color: 16635796.

HSL color Cylindrical-coordinate representation of color #94D7FD: hue angle of 201.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D7FD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148215253-
CMYK0.420.1500.01
HSL201.71º96.33%78.63%-
HSV(B)201.71º41.5%99.22%-
XYZ54.2461.99102.03-
YUV199.3158.391.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.03%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=24.03%
G=34.90%
B=41.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482152530.420.1500.01201.7196.3378.63
Hex94D7FD2AF01ca604f
Octal224327375521701312140117
Binary1001010011010111111111011010101111011100101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,253); }

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

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

 a { background-color: rgb(148,215,253); }

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

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

 span { border-color: rgb(148,215,253); }

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