#94DAF9

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

Shades of Columbia Blue #94DAF9

Tints of Columbia Blue #94DAF9

Color information

#94DAF9 (or 0x94DAF9) is unknown color: approx Columbia Blue. HEX triplet: 94, DA and F9. RGB value is (148,218,249). Sum of RGB (Red+Green+Blue) = 148+218+249=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #94DAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAF9 is #6B2506. Grayscale: #C8C8C8. Windows color (decimal): -7021831 or 16374420. OLE color: 16374420.

HSL color Cylindrical-coordinate representation of color #94DAF9: hue angle of 198.42º degrees, saturation: 0.89, 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 #94DAF9 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148218249-
CMYK0.410.1200.02
HSL198.42º89.38%77.84%-
HSV(B)198.42º40.56%97.65%-
XYZ54.3863.2898.97-
YUV200.6155.3190.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.07%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=24.07%
G=35.45%
B=40.49%

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
Decimal1482182490.410.1200.02198.4289.3877.84
Hex94DAF929C02c6594e
Octal224332371511402306131116
Binary10010100110110101111100110100111000101100011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,249); }

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

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

 a { background-color: rgb(148,218,249); }

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

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

 span { border-color: rgb(148,218,249); }

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