Html Css Color HEX #8DCCDD Anakiwa

📋 copy color: '#8DCCDD'

red 141 ◦ green 204 ◦ blue 221

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

Shades of Anakiwa #8DCCDD

Tints of Anakiwa #8DCCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.04%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 24.91%
G = 36.04%
B = 39.05%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DCCDD (or 0x8DCCDD) is known color: Anakiwa. HEX triplet: 8D, CC and DD. RGB value is (141,204,221). Sum of RGB (Red+Green+Blue) = 141+204+221=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCDD is #723322. Grayscale: #BABABA. Windows color (decimal): -7484195 or 14535821. OLE color: 14535821.

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

Color convert

RGB 141 204 221 -
CMYK 0.36 0.08 0 0.13
HSL 192.75º 0.54% 0.71% -
HSV(B) 192.75º 0.36% 0.87% -
XYZ 45.63 54.07 76.44 -
YUV 187.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 141 204 221 0.36 0.08 0 0.13 192.75 0.54 0.71
Hex 8D CC DD 24 8 0 D C1 36 47
Octal 215 314 335 44 10 0 15 301 66 107
Binary 10001101 11001100 11011101 100100 1000 0 1101 11000001 110110 1000111

Color Harmonies of #8DCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCDD

Black with #8DCCDD

Text Example


Text Example

White with #8DCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,221); }

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

background-color css

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

 a { background-color: rgb(141,204,221); }

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

border-color css

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

 span { border-color: rgb(141,204,221); }

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