Html Css Color HEX #8BC8EE Anakiwa

📋 copy color: '#8BC8EE'

red 139 ◦ green 200 ◦ blue 238

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

Shades of Anakiwa #8BC8EE

Tints of Anakiwa #8BC8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 24.09%
G = 34.66%
B = 41.25%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BC8EE (or 0x8BC8EE) is known color: Anakiwa. HEX triplet: 8B, C8 and EE. RGB value is (139,200,238). Sum of RGB (Red+Green+Blue) = 139+200+238=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC8EE is #743711. Grayscale: #B9B9B9. Windows color (decimal): -7616274 or 15648907. OLE color: 15648907.

HSL color Cylindrical-coordinate representation of color #8BC8EE: hue angle of 203.03º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC8EE is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 200 238 -
CMYK 0.42 0.16 0 0.07
HSL 203.03º 0.74% 0.74% -
HSV(B) 203.03º 0.42% 0.93% -
XYZ 46.73 52.97 88.65 -
YUV 186.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 139 200 238 0.42 0.16 0 0.07 203.03 0.74 0.74
Hex 8B C8 EE 2A 10 0 7 CB 4A 4A
Octal 213 310 356 52 20 0 7 313 112 112
Binary 10001011 11001000 11101110 101010 10000 0 111 11001011 1001010 1001010

Color Harmonies of #8BC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC8EE

Black with #8BC8EE

Text Example


Text Example

White with #8BC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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