#8DD5F2

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

Shades of Anakiwa #8DD5F2

Tints of Anakiwa #8DD5F2

Color information

#8DD5F2 (or 0x8DD5F2) is unknown color: approx Anakiwa. HEX triplet: 8D, D5 and F2. RGB value is (141,213,242). Sum of RGB (Red+Green+Blue) = 141+213+242=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DD5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5F2 is #722A0D. Grayscale: #C2C2C2. Windows color (decimal): -7481870 or 15914381. OLE color: 15914381.

HSL color Cylindrical-coordinate representation of color #8DD5F2: hue angle of 197.23º degrees, saturation: 0.8, 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 #8DD5F2 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141213242-
CMYK0.420.1200.05
HSL197.23º79.53%75.1%-
HSV(B)197.23º41.74%94.9%-
XYZ50.8159.6692.84-
YUV194.78154.6589.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.66%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=23.66%
G=35.74%
B=40.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412132420.420.1200.05197.2379.5375.1
Hex8DD5F22AC05c5504b
Octal215325362521405305120113
Binary100011011101010111110010101010110001011100010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,242); }

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

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

 a { background-color: rgb(141,213,242); }

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

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

 span { border-color: rgb(141,213,242); }

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