#94D8F0

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

Shades of Anakiwa #94D8F0

Tints of Anakiwa #94D8F0

Color information

#94D8F0 (or 0x94D8F0) is unknown color: approx Anakiwa. HEX triplet: 94, D8 and F0. RGB value is (148,216,240). Sum of RGB (Red+Green+Blue) = 148+216+240=604 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.50% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #94D8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8F0 is #6B270F. Grayscale: #C6C6C6. Windows color (decimal): -7022352 or 15784084. OLE color: 15784084.

HSL color Cylindrical-coordinate representation of color #94D8F0: hue angle of 195.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D8F0 is Cyan = 0.38, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148216240-
CMYK0.380.100.06
HSL195.65º75.41%76.08%-
HSV(B)195.65º38.33%94.12%-
XYZ52.561.791.58-
YUV198.4151.4792.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.50%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=24.50%
G=35.76%
B=39.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482162400.380.100.06195.6575.4176.08
Hex94D8F026A06c44b4c
Octal224330360461206304113114
Binary100101001101100011110000100110101001101100010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,240); }

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

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

 a { background-color: rgb(148,216,240); }

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

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

 span { border-color: rgb(148,216,240); }

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