Html Css Color HEX #8BFCF2 Electric Blue

📋 copy color: '#8BFCF2'

red 139 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #8BFCF2

Tints of Electric Blue #8BFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.81%

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 21.96%
G = 39.81%
B = 38.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#8BFCF2 (or 0x8BFCF2) is known color: Electric Blue. HEX triplet: 8B, FC and F2. RGB value is (139,252,242). Sum of RGB (Red+Green+Blue) = 139+252+242=633 (83% of max value = 765). Red value is 139 (54.69% from 255 or 21.96% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFCF2 is #74030D. Grayscale: #D8D8D8. Windows color (decimal): -7602958 or 15924363. OLE color: 15924363.

HSL color Cylindrical-coordinate representation of color #8BFCF2: hue angle of 174.69º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCF2 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 252 242 -
CMYK 0.45 0 0.04 0.01
HSL 174.69º 0.95% 0.77% -
HSV(B) 174.69º 0.45% 0.99% -
XYZ 61.48 81.52 96.5 -
YUV 217.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 139 252 242 0.45 0 0.04 0.01 174.69 0.95 0.77
Hex 8B FC F2 2D 0 4 1 AF 5F 4D
Octal 213 374 362 55 0 4 1 257 137 115
Binary 10001011 11111100 11110010 101101 0 100 1 10101111 1011111 1001101

Color Harmonies of #8BFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFCF2

Black with #8BFCF2

Text Example


Text Example

White with #8BFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,252,242); }

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

background-color css

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

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

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

border-color css

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

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

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