Html Css Color HEX #8DC5DF Anakiwa

📋 copy color: '#8DC5DF'

red 141 ◦ green 197 ◦ blue 223

#8DC5DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8DC5DF

Tints of Anakiwa #8DC5DF

RGB

 RED value IS 141 (55.47% from 255) = 25.13%

 GREEN value IS 197 (77.34% from 255) = 35.12%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 25.13%
G = 35.12%
B = 39.75%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DC5DF (or 0x8DC5DF) is known color: Anakiwa. HEX triplet: 8D, C5 and DF. RGB value is (141,197,223). Sum of RGB (Red+Green+Blue) = 141+197+223=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5DF is #723A20. Grayscale: #B7B7B7. Windows color (decimal): -7485985 or 14665101. OLE color: 14665101.

HSL color Cylindrical-coordinate representation of color #8DC5DF: hue angle of 199.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC5DF is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 197 223 -
CMYK 0.37 0.12 0 0.13
HSL 199.02º 0.56% 0.71% -
HSV(B) 199.02º 0.37% 0.87% -
XYZ 44.27 50.92 77.31 -
YUV 183.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 141 197 223 0.37 0.12 0 0.13 199.02 0.56 0.71
Hex 8D C5 DF 25 C 0 D C7 38 47
Octal 215 305 337 45 14 0 15 307 70 107
Binary 10001101 11000101 11011111 100101 1100 0 1101 11000111 111000 1000111

Color Harmonies of #8DC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC5DF

Black with #8DC5DF

Text Example


Text Example

White with #8DC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,197,223); }

 H1.HeaderClassName
 {
   color: #8DC5DF;
 }
 .AnyTagClassName
 {
   color: #8DC5DF;
 }
</style>

background-color css

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

 a { background-color: rgb(141,197,223); }

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

border-color css

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

 span { border-color: rgb(141,197,223); }

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