Html Css Color HEX #8CC8DC Anakiwa

📋 copy color: '#8CC8DC'

red 140 ◦ green 200 ◦ blue 220

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

Shades of Anakiwa #8CC8DC

Tints of Anakiwa #8CC8DC

RGB

 RED value IS 140 (55.08% from 255) = 25%

 GREEN value IS 200 (78.52% from 255) = 35.71%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 25%
G = 35.71%
B = 39.29%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CC8DC (or 0x8CC8DC) is known color: Anakiwa. HEX triplet: 8C, C8 and DC. RGB value is (140,200,220). Sum of RGB (Red+Green+Blue) = 140+200+220=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8DC is #733723. Grayscale: #B8B8B8. Windows color (decimal): -7550756 or 14469260. OLE color: 14469260.

HSL color Cylindrical-coordinate representation of color #8CC8DC: hue angle of 195º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CC8DC is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 200 220 -
CMYK 0.36 0.09 0 0.14
HSL 195º 0.53% 0.71% -
HSV(B) 195º 0.36% 0.86% -
XYZ 44.39 52.05 75.42 -
YUV 184.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 140 200 220 0.36 0.09 0 0.14 195 0.53 0.71
Hex 8C C8 DC 24 9 0 E C3 35 47
Octal 214 310 334 44 11 0 16 303 65 107
Binary 10001100 11001000 11011100 100100 1001 0 1110 11000011 110101 1000111

Color Harmonies of #8CC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC8DC

Black with #8CC8DC

Text Example


Text Example

White with #8CC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,220); }

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

background-color css

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

 a { background-color: rgb(140,200,220); }

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

border-color css

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

 span { border-color: rgb(140,200,220); }

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