#8DD2F3

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

Shades of Anakiwa #8DD2F3

Tints of Anakiwa #8DD2F3

Color information

#8DD2F3 (or 0x8DD2F3) is unknown color: approx Anakiwa. HEX triplet: 8D, D2 and F3. RGB value is (141,210,243). Sum of RGB (Red+Green+Blue) = 141+210+243=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DD2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2F3 is #722D0C. Grayscale: #C0C0C0. Windows color (decimal): -7482637 or 15979149. OLE color: 15979149.

HSL color Cylindrical-coordinate representation of color #8DD2F3: hue angle of 199.41º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD2F3 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141210243-
CMYK0.420.1400.05
HSL199.41º80.95%75.29%-
HSV(B)199.41º41.98%95.29%-
XYZ50.2158.2393.39-
YUV193.13156.1490.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=23.74%
G=35.35%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412102430.420.1400.05199.4180.9575.29
Hex8DD2F32AE05c7514b
Octal215322363521605307121113
Binary100011011101001011110011101010111001011100011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,243); }

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

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

 a { background-color: rgb(141,210,243); }

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

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

 span { border-color: rgb(141,210,243); }

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