#94DAF1

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

Shades of Anakiwa #94DAF1

Tints of Anakiwa #94DAF1

Color information

#94DAF1 (or 0x94DAF1) is unknown color: approx Anakiwa. HEX triplet: 94, DA and F1. RGB value is (148,218,241). Sum of RGB (Red+Green+Blue) = 148+218+241=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #94DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAF1 is #6B250E. Grayscale: #C7C7C7. Windows color (decimal): -7021839 or 15850132. OLE color: 15850132.

HSL color Cylindrical-coordinate representation of color #94DAF1: hue angle of 194.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94DAF1 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148218241-
CMYK0.390.1000.05
HSL194.84º76.86%76.27%-
HSV(B)194.84º38.59%94.51%-
XYZ53.1662.7992.54-
YUV199.69151.3191.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.38%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=24.38%
G=35.91%
B=39.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482182410.390.1000.05194.8476.8676.27
Hex94DAF127A05c34d4c
Octal224332361471205303115114
Binary100101001101101011110001100111101001011100001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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