Html Css Color HEX #8BC5DF Anakiwa

📋 copy color: '#8BC5DF'

red 139 ◦ green 197 ◦ blue 223

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

Shades of Anakiwa #8BC5DF

Tints of Anakiwa #8BC5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 24.87%
G = 35.24%
B = 39.89%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BC5DF (or 0x8BC5DF) is known color: Anakiwa. HEX triplet: 8B, C5 and DF. RGB value is (139,197,223). Sum of RGB (Red+Green+Blue) = 139+197+223=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5DF is #743A20. Grayscale: #B6B6B6. Windows color (decimal): -7617057 or 14665099. OLE color: 14665099.

HSL color Cylindrical-coordinate representation of color #8BC5DF: hue angle of 198.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC5DF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 197 223 -
CMYK 0.38 0.12 0 0.13
HSL 198.57º 0.57% 0.71% -
HSV(B) 198.57º 0.38% 0.87% -
XYZ 43.93 50.75 77.29 -
YUV 182.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 139 197 223 0.38 0.12 0 0.13 198.57 0.57 0.71
Hex 8B C5 DF 26 C 0 D C7 39 47
Octal 213 305 337 46 14 0 15 307 71 107
Binary 10001011 11000101 11011111 100110 1100 0 1101 11000111 111001 1000111

Color Harmonies of #8BC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC5DF

Black with #8BC5DF

Text Example


Text Example

White with #8BC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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