#94D0E2

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

Shades of Anakiwa #94D0E2

Tints of Anakiwa #94D0E2

Color information

#94D0E2 (or 0x94D0E2) is unknown color: approx Anakiwa. HEX triplet: 94, D0 and E2. RGB value is (148,208,226). Sum of RGB (Red+Green+Blue) = 148+208+226=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #94D0E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0E2 is #6B2F1D. Grayscale: #BFBFBF. Windows color (decimal): -7024414 or 14864532. OLE color: 14864532.

HSL color Cylindrical-coordinate representation of color #94D0E2: hue angle of 193.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D0E2 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148208226-
CMYK0.350.0800.11
HSL193.85º57.35%73.33%-
HSV(B)193.85º34.51%88.63%-
XYZ48.556.980.38-
YUV192.11147.1296.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.43%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 226 (88.67% from 255) = 38.83%
R=25.43%
G=35.74%
B=38.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482082260.350.0800.11193.8557.3573.33
Hex94D0E22380Bc23949
Octal224320342431001330271111
Binary100101001101000011100010100011100001011110000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,208,226); }

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

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

 a { background-color: rgb(148,208,226); }

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

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

 span { border-color: rgb(148,208,226); }

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