#8DDCF4

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

Shades of Anakiwa #8DDCF4

Tints of Anakiwa #8DDCF4

Color information

#8DDCF4 (or 0x8DDCF4) is unknown color: approx Anakiwa. HEX triplet: 8D, DC and F4. RGB value is (141,220,244). Sum of RGB (Red+Green+Blue) = 141+220+244=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DDCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCF4 is #72230B. Grayscale: #C6C6C6. Windows color (decimal): -7480076 or 16047245. OLE color: 16047245.

HSL color Cylindrical-coordinate representation of color #8DDCF4: hue angle of 193.98º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DDCF4 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141220244-
CMYK0.420.1000.04
HSL193.98º82.4%75.49%-
HSV(B)193.98º42.21%95.69%-
XYZ52.9163.3895.03-
YUV199.11153.3386.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.31%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=23.31%
G=36.36%
B=40.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412202440.420.1000.04193.9882.475.49
Hex8DDCF42AA04c2524b
Octal215334364521204302122113
Binary100011011101110011110100101010101001001100001010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDCF4; }

 p { color: rgb(141,220,244); }

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

<style>
 a { background-color: #8DDCF4; }

 a { background-color: rgb(141,220,244); }

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

<style>
 span { border-color: #8DDCF4; }

 span { border-color: rgb(141,220,244); }

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