Html Css Color HEX #87C2DD Anakiwa

📋 copy color: '#87C2DD'

red 135 ◦ green 194 ◦ blue 221

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

Shades of Anakiwa #87C2DD

Tints of Anakiwa #87C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 24.55%
G = 35.27%
B = 40.18%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87C2DD (or 0x87C2DD) is known color: Anakiwa. HEX triplet: 87, C2 and DD. RGB value is (135,194,221). Sum of RGB (Red+Green+Blue) = 135+194+221=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #87C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2DD is #783D22. Grayscale: #B3B3B3. Windows color (decimal): -7879971 or 14533255. OLE color: 14533255.

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

Color convert

RGB 135 194 221 -
CMYK 0.39 0.12 0 0.13
HSL 198.84º 0.56% 0.7% -
HSV(B) 198.84º 0.39% 0.87% -
XYZ 42.33 48.95 75.62 -
YUV 179.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 135 194 221 0.39 0.12 0 0.13 198.84 0.56 0.7
Hex 87 C2 DD 27 C 0 D C7 38 46
Octal 207 302 335 47 14 0 15 307 70 106
Binary 10000111 11000010 11011101 100111 1100 0 1101 11000111 111000 1000110

Color Harmonies of #87C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C2DD

Black with #87C2DD

Text Example


Text Example

White with #87C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,194,221); }

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

background-color css

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

 a { background-color: rgb(135,194,221); }

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

border-color css

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

 span { border-color: rgb(135,194,221); }

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