Html Css Color HEX #8BCEEF Anakiwa

📋 copy color: '#8BCEEF'

red 139 ◦ green 206 ◦ blue 239

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

Shades of Anakiwa #8BCEEF

Tints of Anakiwa #8BCEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 23.8%
G = 35.27%
B = 40.92%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BCEEF (or 0x8BCEEF) is known color: Anakiwa. HEX triplet: 8B, CE and EF. RGB value is (139,206,239). Sum of RGB (Red+Green+Blue) = 139+206+239=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEEF is #743110. Grayscale: #BDBDBD. Windows color (decimal): -7614737 or 15715979. OLE color: 15715979.

HSL color Cylindrical-coordinate representation of color #8BCEEF: hue angle of 199.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCEEF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 206 239 -
CMYK 0.42 0.14 0 0.06
HSL 199.8º 0.76% 0.74% -
HSV(B) 199.8º 0.42% 0.94% -
XYZ 48.3 55.86 89.9 -
YUV 189.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 139 206 239 0.42 0.14 0 0.06 199.8 0.76 0.74
Hex 8B CE EF 2A E 0 6 C8 4C 4A
Octal 213 316 357 52 16 0 6 310 114 112
Binary 10001011 11001110 11101111 101010 1110 0 110 11001000 1001100 1001010

Color Harmonies of #8BCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCEEF

Black with #8BCEEF

Text Example


Text Example

White with #8BCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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