Html Css Color HEX #8BFCFC Electric Blue

📋 copy color: '#8BFCFC'

red 139 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #8BFCFC

Tints of Electric Blue #8BFCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 21.62%
G = 39.19%
B = 39.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BFCFC (or 0x8BFCFC) is known color: Electric Blue. HEX triplet: 8B, FC and FC. RGB value is (139,252,252). Sum of RGB (Red+Green+Blue) = 139+252+252=643 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.62% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #8BFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFCFC is #740303. Grayscale: #DADADA. Windows color (decimal): -7602948 or 16579723. OLE color: 16579723.

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

Color convert

RGB 139 252 252 -
CMYK 0.45 0 0 0.01
HSL 180º 0.95% 0.77% -
HSV(B) 180º 0.45% 0.99% -
XYZ 63.03 82.14 104.63 -
YUV 218.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 139 252 252 0.45 0 0 0.01 180 0.95 0.77
Hex 8B FC FC 2D 0 0 1 B4 5F 4D
Octal 213 374 374 55 0 0 1 264 137 115
Binary 10001011 11111100 11111100 101101 0 0 1 10110100 1011111 1001101

Color Harmonies of #8BFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFCFC

Black with #8BFCFC

Text Example


Text Example

White with #8BFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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