#94DBFF

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

Shades of Columbia Blue #94DBFF

Tints of Columbia Blue #94DBFF

Color information

#94DBFF (or 0x94DBFF) is unknown color: approx Columbia Blue. HEX triplet: 94, DB and FF. RGB value is (148,219,255). Sum of RGB (Red+Green+Blue) = 148+219+255=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #94DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBFF is #6B2400. Grayscale: #C9C9C9. Windows color (decimal): -7021569 or 16767892. OLE color: 16767892.

HSL color Cylindrical-coordinate representation of color #94DBFF: hue angle of 200.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94DBFF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148219255-
CMYK0.420.1400
HSL200.19º100%79.02%-
HSV(B)200.19º41.96%100%-
XYZ55.5964.18104.07-
YUV201.88157.9889.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.79%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 255 (100% from 255) = 41.00%
R=23.79%
G=35.21%
B=41.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482192550.420.1400200.1910079.02
Hex94DBFF2AE00c8644f
Octal224333377521600310144117
Binary1001010011011011111111111010101110001100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,219,255); }

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

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

 a { background-color: rgb(148,219,255); }

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

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

 span { border-color: rgb(148,219,255); }

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