Html Css Color HEX #8BCCE6 Anakiwa

📋 copy color: '#8BCCE6'

red 139 ◦ green 204 ◦ blue 230

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

Shades of Anakiwa #8BCCE6

Tints of Anakiwa #8BCCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 24.26%
G = 35.6%
B = 40.14%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8BCCE6 (or 0x8BCCE6) is known color: Anakiwa. HEX triplet: 8B, CC and E6. RGB value is (139,204,230). Sum of RGB (Red+Green+Blue) = 139+204+230=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCE6 is #743319. Grayscale: #BBBBBB. Windows color (decimal): -7615258 or 15125643. OLE color: 15125643.

HSL color Cylindrical-coordinate representation of color #8BCCE6: hue angle of 197.14º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCCE6 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 204 230 -
CMYK 0.40 0.11 0 0.10
HSL 197.14º 0.65% 0.72% -
HSV(B) 197.14º 0.4% 0.9% -
XYZ 46.52 54.39 82.91 -
YUV 187.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 139 204 230 0.40 0.11 0 0.10 197.14 0.65 0.72
Hex 8B CC E6 28 B 0 A C5 41 48
Octal 213 314 346 50 13 0 12 305 101 110
Binary 10001011 11001100 11100110 101000 1011 0 1010 11000101 1000001 1001000

Color Harmonies of #8BCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCE6

Black with #8BCCE6

Text Example


Text Example

White with #8BCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,204,230); }

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

background-color css

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

 a { background-color: rgb(139,204,230); }

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

border-color css

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

 span { border-color: rgb(139,204,230); }

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