#94DCFB

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

Shades of Columbia Blue #94DCFB

Tints of Columbia Blue #94DCFB

Color information

#94DCFB (or 0x94DCFB) is unknown color: approx Columbia Blue. HEX triplet: 94, DC and FB. RGB value is (148,220,251). Sum of RGB (Red+Green+Blue) = 148+220+251=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #94DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFB is #6B2304. Grayscale: #C9C9C9. Windows color (decimal): -7021317 or 16506004. OLE color: 16506004.

HSL color Cylindrical-coordinate representation of color #94DCFB: hue angle of 198.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DCFB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148220251-
CMYK0.410.1200.02
HSL198.06º92.79%78.24%-
HSV(B)198.06º41.04%98.43%-
XYZ55.2264.45100.8-
YUV202.01155.6589.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.91%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=23.91%
G=35.54%
B=40.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482202510.410.1200.02198.0692.7978.24
Hex94DCFB29C02c65d4e
Octal224334373511402306135116
Binary10010100110111001111101110100111000101100011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,251); }

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

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

 a { background-color: rgb(148,220,251); }

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

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

 span { border-color: rgb(148,220,251); }

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