#8BD4EB

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

Shades of Anakiwa #8BD4EB

Tints of Anakiwa #8BD4EB

Color information

#8BD4EB (or 0x8BD4EB) is unknown color: approx Anakiwa. HEX triplet: 8B, D4 and EB. RGB value is (139,212,235). Sum of RGB (Red+Green+Blue) = 139+212+235=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BD4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD4EB is #742B14. Grayscale: #C0C0C0. Windows color (decimal): -7613205 or 15455371. OLE color: 15455371.

HSL color Cylindrical-coordinate representation of color #8BD4EB: hue angle of 194.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD4EB is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139212235-
CMYK0.410.1000.08
HSL194.38º70.59%73.33%-
HSV(B)194.38º40.85%92.16%-
XYZ49.1958.5787.31-
YUV192.8151.8289.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.72%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=23.72%
G=36.18%
B=40.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392122350.410.1000.08194.3870.5973.33
Hex8BD4EB29A08c24749
Octal2133243535112010302107111
Binary1000101111010100111010111010011010010001100001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,235); }

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

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

 a { background-color: rgb(139,212,235); }

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

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

 span { border-color: rgb(139,212,235); }

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