Html Css Color HEX #8FFBFF Electric Blue

📋 copy color: '#8FFBFF'

red 143 ◦ green 251 ◦ blue 255

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

Shades of Electric Blue #8FFBFF

Tints of Electric Blue #8FFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.67%

 BLUE value IS 255 (100% from 255) = 39.29%

R = 22.03%
G = 38.67%
B = 39.29%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FFBFF (or 0x8FFBFF) is known color: Electric Blue. HEX triplet: 8F, FB and FF. RGB value is (143,251,255). Sum of RGB (Red+Green+Blue) = 143+251+255=649 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.03% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBFF is #700400. Grayscale: #DBDBDB. Windows color (decimal): -7341057 or 16776079. OLE color: 16776079.

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

Color convert

RGB 143 251 255 -
CMYK 0.44 0.02 0 0
HSL 182.14º 1% 0.78% -
HSV(B) 182.14º 0.44% 1% -
XYZ 63.87 82.05 107.08 -
YUV 219.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 143 251 255 0.44 0.02 0 0 182.14 1 0.78
Hex 8F FB FF 2C 2 0 0 B6 64 4E
Octal 217 373 377 54 2 0 0 266 144 116
Binary 10001111 11111011 11111111 101100 10 0 0 10110110 1100100 1001110

Color Harmonies of #8FFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBFF

Black with #8FFBFF

Text Example


Text Example

White with #8FFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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