#8BD0F0

Color #8BD0F0 Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8BD0F0

Tints of Anakiwa #8BD0F0

Color information

#8BD0F0 (or 0x8BD0F0) is unknown color: approx Anakiwa. HEX triplet: 8B, D0 and F0. RGB value is (139,208,240). Sum of RGB (Red+Green+Blue) = 139+208+240=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BD0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD0F0 is #742F0F. Grayscale: #BEBEBE. Windows color (decimal): -7614224 or 15782027. OLE color: 15782027.

HSL color Cylindrical-coordinate representation of color #8BD0F0: hue angle of 199.01º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD0F0 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139208240-
CMYK0.420.1300.06
HSL199.01º77.1%74.31%-
HSV(B)199.01º42.08%94.12%-
XYZ48.9356.8990.84-
YUV191.02155.6490.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.68%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=23.68%
G=35.43%
B=40.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392082400.420.1300.06199.0177.174.31
Hex8BD0F02AD06c74d4a
Octal213320360521506307115112
Binary100010111101000011110000101010110101101100011110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,240); }

 H1.HeaderClassName
 {
   color: #8BD0F0;
 }
 .AnyTagClassName
 {
   color: #8BD0F0;
 }
</style>
background-color css

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

 a { background-color: rgb(139,208,240); }

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

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

 span { border-color: rgb(139,208,240); }

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