Html Css Color HEX #8BC5DC Anakiwa

📋 copy color: '#8BC5DC'

red 139 ◦ green 197 ◦ blue 220

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

Shades of Anakiwa #8BC5DC

Tints of Anakiwa #8BC5DC

RGB

 RED value IS 139 (54.69% from 255) = 25%

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

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

R = 25%
G = 35.43%
B = 39.57%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BC5DC (or 0x8BC5DC) is known color: Anakiwa. HEX triplet: 8B, C5 and DC. RGB value is (139,197,220). Sum of RGB (Red+Green+Blue) = 139+197+220=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5DC is #743A23. Grayscale: #B6B6B6. Windows color (decimal): -7617060 or 14468491. OLE color: 14468491.

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

Color convert

RGB 139 197 220 -
CMYK 0.37 0.10 0 0.14
HSL 197.04º 0.54% 0.7% -
HSV(B) 197.04º 0.37% 0.86% -
XYZ 43.53 50.59 75.18 -
YUV 182.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 139 197 220 0.37 0.10 0 0.14 197.04 0.54 0.7
Hex 8B C5 DC 25 A 0 E C5 36 46
Octal 213 305 334 45 12 0 16 305 66 106
Binary 10001011 11000101 11011100 100101 1010 0 1110 11000101 110110 1000110

Color Harmonies of #8BC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC5DC

Black with #8BC5DC

Text Example


Text Example

White with #8BC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,197,220); }

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

background-color css

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

 a { background-color: rgb(139,197,220); }

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

border-color css

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

 span { border-color: rgb(139,197,220); }

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