Html Css Color HEX #8CC5DB Anakiwa

📋 copy color: '#8CC5DB'

red 140 ◦ green 197 ◦ blue 219

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

Shades of Anakiwa #8CC5DB

Tints of Anakiwa #8CC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.43%

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 25.18%
G = 35.43%
B = 39.39%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CC5DB (or 0x8CC5DB) is known color: Anakiwa. HEX triplet: 8C, C5 and DB. RGB value is (140,197,219). Sum of RGB (Red+Green+Blue) = 140+197+219=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5DB is #733A24. Grayscale: #B6B6B6. Windows color (decimal): -7551525 or 14402956. OLE color: 14402956.

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

Color convert

RGB 140 197 219 -
CMYK 0.36 0.10 0 0.14
HSL 196.71º 0.52% 0.7% -
HSV(B) 196.71º 0.36% 0.86% -
XYZ 43.57 50.62 74.49 -
YUV 182.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 140 197 219 0.36 0.10 0 0.14 196.71 0.52 0.7
Hex 8C C5 DB 24 A 0 E C5 34 46
Octal 214 305 333 44 12 0 16 305 64 106
Binary 10001100 11000101 11011011 100100 1010 0 1110 11000101 110100 1000110

Color Harmonies of #8CC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC5DB

Black with #8CC5DB

Text Example


Text Example

White with #8CC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,197,219); }

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

background-color css

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

 a { background-color: rgb(140,197,219); }

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

border-color css

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

 span { border-color: rgb(140,197,219); }

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