#94E0FD

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

Shades of Columbia Blue #94E0FD

Tints of Columbia Blue #94E0FD

Color information

#94E0FD (or 0x94E0FD) is unknown color: approx Columbia Blue. HEX triplet: 94, E0 and FD. RGB value is (148,224,253). Sum of RGB (Red+Green+Blue) = 148+224+253=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #94E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E0FD is #6B1F02. Grayscale: #CCCCCC. Windows color (decimal): -7020291 or 16638100. OLE color: 16638100.

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

Color convert

RGB148224253-
CMYK0.420.1100.01
HSL196.57º96.33%78.63%-
HSV(B)196.57º41.5%99.22%-
XYZ56.666.7102.82-
YUV204.58155.3287.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.68%
GREEN value IS 224 (87.89% from 255) = 35.84%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=23.68%
G=35.84%
B=40.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482242530.420.1100.01196.5796.3378.63
Hex94E0FD2AB01c5604f
Octal224340375521301305140117
Binary1001010011100000111111011010101011011100010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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