#8BD1F2

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

Shades of Anakiwa #8BD1F2

Tints of Anakiwa #8BD1F2

Color information

#8BD1F2 (or 0x8BD1F2) is unknown color: approx Anakiwa. HEX triplet: 8B, D1 and F2. RGB value is (139,209,242). Sum of RGB (Red+Green+Blue) = 139+209+242=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BD1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD1F2 is #742E0D. Grayscale: #BFBFBF. Windows color (decimal): -7613966 or 15913355. OLE color: 15913355.

HSL color Cylindrical-coordinate representation of color #8BD1F2: hue angle of 199.22º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD1F2 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139209242-
CMYK0.430.1400.05
HSL199.22º79.84%74.71%-
HSV(B)199.22º42.56%94.9%-
XYZ49.4757.592.5-
YUV191.83156.3190.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=23.56%
G=35.42%
B=41.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392092420.430.1400.05199.2279.8474.71
Hex8BD1F22BE05c7504b
Octal213321362531605307120113
Binary100010111101000111110010101011111001011100011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,242); }

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

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

 a { background-color: rgb(139,209,242); }

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

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

 span { border-color: rgb(139,209,242); }

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