Html Css Color HEX #8BCFE6 Anakiwa

📋 copy color: '#8BCFE6'

red 139 ◦ green 207 ◦ blue 230

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

Shades of Anakiwa #8BCFE6

Tints of Anakiwa #8BCFE6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.94%

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

R = 24.13%
G = 35.94%
B = 39.93%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8BCFE6 (or 0x8BCFE6) is known color: Anakiwa. HEX triplet: 8B, CF and E6. RGB value is (139,207,230). Sum of RGB (Red+Green+Blue) = 139+207+230=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BCFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFE6 is #743019. Grayscale: #BDBDBD. Windows color (decimal): -7614490 or 15126411. OLE color: 15126411.

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

Color convert

RGB 139 207 230 -
CMYK 0.40 0.10 0 0.10
HSL 195.16º 0.65% 0.72% -
HSV(B) 195.16º 0.4% 0.9% -
XYZ 47.24 55.83 83.15 -
YUV 189.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 139 207 230 0.40 0.10 0 0.10 195.16 0.65 0.72
Hex 8B CF E6 28 A 0 A C3 41 48
Octal 213 317 346 50 12 0 12 303 101 110
Binary 10001011 11001111 11100110 101000 1010 0 1010 11000011 1000001 1001000

Color Harmonies of #8BCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCFE6

Black with #8BCFE6

Text Example


Text Example

White with #8BCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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