Html Css Color HEX #8BC4DF Anakiwa

📋 copy color: '#8BC4DF'

red 139 ◦ green 196 ◦ blue 223

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

Shades of Anakiwa #8BC4DF

Tints of Anakiwa #8BC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

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

R = 24.91%
G = 35.13%
B = 39.96%

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

#8BC4DF (or 0x8BC4DF) is known color: Anakiwa. HEX triplet: 8B, C4 and DF. RGB value is (139,196,223). Sum of RGB (Red+Green+Blue) = 139+196+223=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4DF is #743B20. Grayscale: #B5B5B5. Windows color (decimal): -7617313 or 14664843. OLE color: 14664843.

HSL color Cylindrical-coordinate representation of color #8BC4DF: hue angle of 199.29º 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 #8BC4DF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 196 223 -
CMYK 0.38 0.12 0 0.13
HSL 199.29º 0.57% 0.71% -
HSV(B) 199.29º 0.38% 0.87% -
XYZ 43.71 50.3 77.22 -
YUV 182.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 139 196 223 0.38 0.12 0 0.13 199.29 0.57 0.71
Hex 8B C4 DF 26 C 0 D C7 39 47
Octal 213 304 337 46 14 0 15 307 71 107
Binary 10001011 11000100 11011111 100110 1100 0 1101 11000111 111001 1000111

Color Harmonies of #8BC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC4DF

Black with #8BC4DF

Text Example


Text Example

White with #8BC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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