Html Css Color HEX #8DCCDE Anakiwa

📋 copy color: '#8DCCDE'

red 141 ◦ green 204 ◦ blue 222

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

Shades of Anakiwa #8DCCDE

Tints of Anakiwa #8DCCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 24.87%
G = 35.98%
B = 39.15%

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

#8DCCDE (or 0x8DCCDE) is known color: Anakiwa. HEX triplet: 8D, CC and DE. RGB value is (141,204,222). Sum of RGB (Red+Green+Blue) = 141+204+222=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCDE is #723321. Grayscale: #BBBBBB. Windows color (decimal): -7484194 or 14601357. OLE color: 14601357.

HSL color Cylindrical-coordinate representation of color #8DCCDE: hue angle of 193.33º degrees, saturation: 0.55, 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 #8DCCDE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 204 222 -
CMYK 0.36 0.08 0 0.13
HSL 193.33º 0.55% 0.71% -
HSV(B) 193.33º 0.36% 0.87% -
XYZ 45.76 54.12 77.14 -
YUV 187.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 141 204 222 0.36 0.08 0 0.13 193.33 0.55 0.71
Hex 8D CC DE 24 8 0 D C1 37 47
Octal 215 314 336 44 10 0 15 301 67 107
Binary 10001101 11001100 11011110 100100 1000 0 1101 11000001 110111 1000111

Color Harmonies of #8DCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCDE

Black with #8DCCDE

Text Example


Text Example

White with #8DCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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