Html Css Color HEX #8BD8EA Anakiwa

📋 copy color: '#8BD8EA'

red 139 ◦ green 216 ◦ blue 234

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

Shades of Anakiwa #8BD8EA

Tints of Anakiwa #8BD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.67%

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 23.6%
G = 36.67%
B = 39.73%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BD8EA (or 0x8BD8EA) is known color: Anakiwa. HEX triplet: 8B, D8 and EA. RGB value is (139,216,234). Sum of RGB (Red+Green+Blue) = 139+216+234=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD8EA is #742715. Grayscale: #C2C2C2. Windows color (decimal): -7612182 or 15390859. OLE color: 15390859.

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

Color convert

RGB 139 216 234 -
CMYK 0.41 0.08 0 0.08
HSL 191.37º 0.69% 0.73% -
HSV(B) 191.37º 0.41% 0.92% -
XYZ 50.05 60.54 86.89 -
YUV 195.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 139 216 234 0.41 0.08 0 0.08 191.37 0.69 0.73
Hex 8B D8 EA 29 8 0 8 BF 45 49
Octal 213 330 352 51 10 0 10 277 105 111
Binary 10001011 11011000 11101010 101001 1000 0 1000 10111111 1000101 1001001

Color Harmonies of #8BD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD8EA

Black with #8BD8EA

Text Example


Text Example

White with #8BD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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