Html Css Color HEX #8BFCF8 Electric Blue

📋 copy color: '#8BFCF8'

red 139 ◦ green 252 ◦ blue 248

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

Shades of Electric Blue #8BFCF8

Tints of Electric Blue #8BFCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.81%

R = 21.75%
G = 39.44%
B = 38.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#8BFCF8 (or 0x8BFCF8) is known color: Electric Blue. HEX triplet: 8B, FC and F8. RGB value is (139,252,248). Sum of RGB (Red+Green+Blue) = 139+252+248=639 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.75% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFCF8 is #740307. Grayscale: #D9D9D9. Windows color (decimal): -7602952 or 16317579. OLE color: 16317579.

HSL color Cylindrical-coordinate representation of color #8BFCF8: hue angle of 177.88º 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 #8BFCF8 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 252 248 -
CMYK 0.45 0 0.02 0.01
HSL 177.88º 0.95% 0.77% -
HSV(B) 177.88º 0.45% 0.99% -
XYZ 62.4 81.89 101.32 -
YUV 217.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 139 252 248 0.45 0 0.02 0.01 177.88 0.95 0.77
Hex 8B FC F8 2D 0 2 1 B2 5F 4D
Octal 213 374 370 55 0 2 1 262 137 115
Binary 10001011 11111100 11111000 101101 0 10 1 10110010 1011111 1001101

Color Harmonies of #8BFCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFCF8

Black with #8BFCF8

Text Example


Text Example

White with #8BFCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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