#94DAF0

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

Shades of Anakiwa #94DAF0

Tints of Anakiwa #94DAF0

Color information

#94DAF0 (or 0x94DAF0) is unknown color: approx Anakiwa. HEX triplet: 94, DA and F0. RGB value is (148,218,240). Sum of RGB (Red+Green+Blue) = 148+218+240=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #94DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAF0 is #6B250F. Grayscale: #C7C7C7. Windows color (decimal): -7021840 or 15784596. OLE color: 15784596.

HSL color Cylindrical-coordinate representation of color #94DAF0: hue angle of 194.35º 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 #94DAF0 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148218240-
CMYK0.380.0900.06
HSL194.35º75.41%76.08%-
HSV(B)194.35º38.33%94.12%-
XYZ53.0162.7391.75-
YUV199.58150.8191.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.42%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=24.42%
G=35.97%
B=39.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482182400.380.0900.06194.3575.4176.08
Hex94DAF026906c24b4c
Octal224332360461106302113114
Binary100101001101101011110000100110100101101100001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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