Html Css Color HEX #8BCEE1 Anakiwa

📋 copy color: '#8BCEE1'

red 139 ◦ green 206 ◦ blue 225

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

Shades of Anakiwa #8BCEE1

Tints of Anakiwa #8BCEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.14%

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 24.39%
G = 36.14%
B = 39.47%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BCEE1 (or 0x8BCEE1) is known color: Anakiwa. HEX triplet: 8B, CE and E1. RGB value is (139,206,225). Sum of RGB (Red+Green+Blue) = 139+206+225=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEE1 is #74311E. Grayscale: #BBBBBB. Windows color (decimal): -7614751 or 14798475. OLE color: 14798475.

HSL color Cylindrical-coordinate representation of color #8BCEE1: hue angle of 193.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCEE1 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 206 225 -
CMYK 0.38 0.08 0 0.12
HSL 193.26º 0.59% 0.71% -
HSV(B) 193.26º 0.38% 0.88% -
XYZ 46.31 55.07 79.42 -
YUV 188.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 139 206 225 0.38 0.08 0 0.12 193.26 0.59 0.71
Hex 8B CE E1 26 8 0 C C1 3B 47
Octal 213 316 341 46 10 0 14 301 73 107
Binary 10001011 11001110 11100001 100110 1000 0 1100 11000001 111011 1000111

Color Harmonies of #8BCEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCEE1

Black with #8BCEE1

Text Example


Text Example

White with #8BCEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,206,225); }

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

background-color css

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

 a { background-color: rgb(139,206,225); }

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

border-color css

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

 span { border-color: rgb(139,206,225); }

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