Html Css Color HEX #87C0DC Anakiwa

📋 copy color: '#87C0DC'

red 135 ◦ green 192 ◦ blue 220

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

Shades of Anakiwa #87C0DC

Tints of Anakiwa #87C0DC

RGB

 RED value IS 135 (53.13% from 255) = 24.68%

 GREEN value IS 192 (75.39% from 255) = 35.1%

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

R = 24.68%
G = 35.1%
B = 40.22%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87C0DC (or 0x87C0DC) is known color: Anakiwa. HEX triplet: 87, C0 and DC. RGB value is (135,192,220). Sum of RGB (Red+Green+Blue) = 135+192+220=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #87C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0DC is #783F23. Grayscale: #B1B1B1. Windows color (decimal): -7880484 or 14467207. OLE color: 14467207.

HSL color Cylindrical-coordinate representation of color #87C0DC: hue angle of 199.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87C0DC is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 192 220 -
CMYK 0.39 0.13 0 0.14
HSL 199.76º 0.55% 0.7% -
HSV(B) 199.76º 0.39% 0.86% -
XYZ 41.76 48.02 74.78 -
YUV 178.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 135 192 220 0.39 0.13 0 0.14 199.76 0.55 0.7
Hex 87 C0 DC 27 D 0 E C8 37 46
Octal 207 300 334 47 15 0 16 310 67 106
Binary 10000111 11000000 11011100 100111 1101 0 1110 11001000 110111 1000110

Color Harmonies of #87C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C0DC

Black with #87C0DC

Text Example


Text Example

White with #87C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87C0DC; }

 p { color: rgb(135,192,220); }

 H1.HeaderClassName
 {
   color: #87C0DC;
 }
 .AnyTagClassName
 {
   color: #87C0DC;
 }
</style>

background-color css

<style>
 a { background-color: #87C0DC; }

 a { background-color: rgb(135,192,220); }

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

border-color css

<style>
 span { border-color: #87C0DC; }

 span { border-color: rgb(135,192,220); }

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