#94E6FD

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

Shades of Columbia Blue #94E6FD

Tints of Columbia Blue #94E6FD

Color information

#94E6FD (or 0x94E6FD) is unknown color: approx Columbia Blue. HEX triplet: 94, E6 and FD. RGB value is (148,230,253). Sum of RGB (Red+Green+Blue) = 148+230+253=631 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.45% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #94E6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E6FD is #6B1902. Grayscale: #CFCFCF. Windows color (decimal): -7018755 or 16639636. OLE color: 16639636.

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

Color convert

RGB148230253-
CMYK0.420.0900.01
HSL193.14º96.33%78.63%-
HSV(B)193.14º41.5%99.22%-
XYZ58.2469.98103.37-
YUV208.1153.3385.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.45%
GREEN value IS 230 (90.23% from 255) = 36.45%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=23.45%
G=36.45%
B=40.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482302530.420.0900.01193.1496.3378.63
Hex94E6FD2A901c1604f
Octal224346375521101301140117
Binary1001010011100110111111011010101001011100000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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