#94EDFD

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

Shades of Columbia Blue #94EDFD

Tints of Columbia Blue #94EDFD

Color information

#94EDFD (or 0x94EDFD) is unknown color: approx Columbia Blue. HEX triplet: 94, ED and FD. RGB value is (148,237,253). Sum of RGB (Red+Green+Blue) = 148+237+253=638 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.20% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #94EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EDFD is #6B1202. Grayscale: #D4D4D4. Windows color (decimal): -7016963 or 16641428. OLE color: 16641428.

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

Color convert

RGB148237253-
CMYK0.420.0600.01
HSL189.14º96.33%78.63%-
HSV(B)189.14º41.5%99.22%-
XYZ60.2373.96104.03-
YUV212.21151.0182.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.20%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=23.20%
G=37.15%
B=39.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482372530.420.0600.01189.1496.3378.63
Hex94EDFD2A601bd604f
Octal22435537552601275140117
Binary100101001110110111111101101010110011011110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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