Html Css Color HEX #8BC8EA Anakiwa

📋 copy color: '#8BC8EA'

red 139 ◦ green 200 ◦ blue 234

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

Shades of Anakiwa #8BC8EA

Tints of Anakiwa #8BC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

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

R = 24.26%
G = 34.9%
B = 40.84%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BC8EA (or 0x8BC8EA) is known color: Anakiwa. HEX triplet: 8B, C8 and EA. RGB value is (139,200,234). Sum of RGB (Red+Green+Blue) = 139+200+234=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BC8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC8EA is #743715. Grayscale: #B9B9B9. Windows color (decimal): -7616278 or 15386763. OLE color: 15386763.

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

Color convert

RGB 139 200 234 -
CMYK 0.41 0.15 0 0.08
HSL 201.47º 0.69% 0.73% -
HSV(B) 201.47º 0.41% 0.92% -
XYZ 46.15 52.74 85.59 -
YUV 185.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 139 200 234 0.41 0.15 0 0.08 201.47 0.69 0.73
Hex 8B C8 EA 29 F 0 8 C9 45 49
Octal 213 310 352 51 17 0 10 311 105 111
Binary 10001011 11001000 11101010 101001 1111 0 1000 11001001 1000101 1001001

Color Harmonies of #8BC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC8EA

Black with #8BC8EA

Text Example


Text Example

White with #8BC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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