Html Css Color HEX #8FFFF0 Electric Blue

📋 copy color: '#8FFFF0'

red 143 ◦ green 255 ◦ blue 240

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

Shades of Electric Blue #8FFFF0

Tints of Electric Blue #8FFFF0

RGB

 RED value IS 143 (56.25% from 255) = 22.41%

 GREEN value IS 255 (100% from 255) = 39.97%

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 22.41%
G = 39.97%
B = 37.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#8FFFF0 (or 0x8FFFF0) is known color: Electric Blue. HEX triplet: 8F, FF and F0. RGB value is (143,255,240). Sum of RGB (Red+Green+Blue) = 143+255+240=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFF0 is #70000F. Grayscale: #DBDBDB. Windows color (decimal): -7340048 or 15794063. OLE color: 15794063.

HSL color Cylindrical-coordinate representation of color #8FFFF0: hue angle of 171.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFF0 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 143 255 240 -
CMYK 0.44 0 0.06 0
HSL 171.96º 1% 0.78% -
HSV(B) 171.96º 0.44% 1% -
XYZ 62.82 83.65 95.27 -
YUV 219.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 143 255 240 0.44 0 0.06 0 171.96 1 0.78
Hex 8F FF F0 2C 0 6 0 AC 64 4E
Octal 217 377 360 54 0 6 0 254 144 116
Binary 10001111 11111111 11110000 101100 0 110 0 10101100 1100100 1001110

Color Harmonies of #8FFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFFF0

Black with #8FFFF0

Text Example


Text Example

White with #8FFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,255,240); }

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

background-color css

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

 a { background-color: rgb(143,255,240); }

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

border-color css

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

 span { border-color: rgb(143,255,240); }

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