Html Css Color HEX #8BFAFA Electric Blue

📋 copy color: '#8BFAFA'

red 139 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #8BFAFA

Tints of Electric Blue #8BFAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.12%

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 21.75%
G = 39.12%
B = 39.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BFAFA (or 0x8BFAFA) is known color: Electric Blue. HEX triplet: 8B, FA and FA. RGB value is (139,250,250). Sum of RGB (Red+Green+Blue) = 139+250+250=639 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.75% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #8BFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAFA is #740505. Grayscale: #D8D8D8. Windows color (decimal): -7603462 or 16448139. OLE color: 16448139.

HSL color Cylindrical-coordinate representation of color #8BFAFA: hue angle of 180º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAFA is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 250 250 -
CMYK 0.44 0 0 0.02
HSL 180º 0.92% 0.76% -
HSV(B) 180º 0.44% 0.98% -
XYZ 62.09 80.76 102.76 -
YUV 216.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 139 250 250 0.44 0 0 0.02 180 0.92 0.76
Hex 8B FA FA 2C 0 0 2 B4 5C 4C
Octal 213 372 372 54 0 0 2 264 134 114
Binary 10001011 11111010 11111010 101100 0 0 10 10110100 1011100 1001100

Color Harmonies of #8BFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFAFA

Black with #8BFAFA

Text Example


Text Example

White with #8BFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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