Html Css Color HEX #8FEFFB Electric Blue

📋 copy color: '#8FEFFB'

red 143 ◦ green 239 ◦ blue 251

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

Shades of Electric Blue #8FEFFB

Tints of Electric Blue #8FEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.76%

 BLUE value IS 251 (98.44% from 255) = 39.65%

R = 22.59%
G = 37.76%
B = 39.65%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FEFFB (or 0x8FEFFB) is known color: Electric Blue. HEX triplet: 8F, EF and FB. RGB value is (143,239,251). Sum of RGB (Red+Green+Blue) = 143+239+251=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFFB is #701004. Grayscale: #D3D3D3. Windows color (decimal): -7344133 or 16510863. OLE color: 16510863.

HSL color Cylindrical-coordinate representation of color #8FEFFB: hue angle of 186.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FEFFB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 239 251 -
CMYK 0.43 0.05 0 0.02
HSL 186.67º 0.93% 0.77% -
HSV(B) 186.67º 0.43% 0.98% -
XYZ 59.61 74.54 102.51 -
YUV 211.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 143 239 251 0.43 0.05 0 0.02 186.67 0.93 0.77
Hex 8F EF FB 2B 5 0 2 BB 5D 4D
Octal 217 357 373 53 5 0 2 273 135 115
Binary 10001111 11101111 11111011 101011 101 0 10 10111011 1011101 1001101

Color Harmonies of #8FEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEFFB

Black with #8FEFFB

Text Example


Text Example

White with #8FEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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