#8BDAEA

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

Shades of Anakiwa #8BDAEA

Tints of Anakiwa #8BDAEA

Color information

#8BDAEA (or 0x8BDAEA) is unknown color: approx Anakiwa. HEX triplet: 8B, DA and EA. RGB value is (139,218,234). Sum of RGB (Red+Green+Blue) = 139+218+234=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAEA is #742515. Grayscale: #C4C4C4. Windows color (decimal): -7611670 or 15391371. OLE color: 15391371.

HSL color Cylindrical-coordinate representation of color #8BDAEA: hue angle of 190.11º degrees, saturation: 0.69, 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 #8BDAEA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139218234-
CMYK0.410.0700.08
HSL190.11º69.34%73.14%-
HSV(B)190.11º40.6%91.76%-
XYZ50.5761.5787.06-
YUV196.2149.3387.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=23.52%
G=36.89%
B=39.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392182340.410.0700.08190.1169.3473.14
Hex8BDAEA29708be4549
Octal213332352517010276105111
Binary100010111101101011101010101001111010001011111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,234); }

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

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

 a { background-color: rgb(139,218,234); }

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

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

 span { border-color: rgb(139,218,234); }

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