#94E9FD

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

Shades of Columbia Blue #94E9FD

Tints of Columbia Blue #94E9FD

Color information

#94E9FD (or 0x94E9FD) is unknown color: approx Columbia Blue. HEX triplet: 94, E9 and FD. RGB value is (148,233,253). Sum of RGB (Red+Green+Blue) = 148+233+253=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #94E9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E9FD is #6B1602. Grayscale: #D1D1D1. Windows color (decimal): -7017987 or 16640404. OLE color: 16640404.

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

Color convert

RGB148233253-
CMYK0.420.0800.01
HSL191.43º96.33%78.63%-
HSV(B)191.43º41.5%99.22%-
XYZ59.0871.67103.65-
YUV209.86152.3483.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.34%
GREEN value IS 233 (91.41% from 255) = 36.75%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=23.34%
G=36.75%
B=39.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482332530.420.0800.01191.4396.3378.63
Hex94E9FD2A801bf604f
Octal224351375521001277140117
Binary1001010011101001111111011010101000011011111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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