Html Css Color HEX #8FEFF0 Electric Blue

📋 copy color: '#8FEFF0'

red 143 ◦ green 239 ◦ blue 240

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

Shades of Electric Blue #8FEFF0

Tints of Electric Blue #8FEFF0

RGB

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

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

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

R = 22.99%
G = 38.42%
B = 38.59%

CMYK

 C value IS 0.40

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FEFF0 (or 0x8FEFF0) is known color: Electric Blue. HEX triplet: 8F, EF and F0. RGB value is (143,239,240). Sum of RGB (Red+Green+Blue) = 143+239+240=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFF0 is #70100F. Grayscale: #D2D2D2. Windows color (decimal): -7344144 or 15789967. OLE color: 15789967.

HSL color Cylindrical-coordinate representation of color #8FEFF0: hue angle of 180.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFF0 is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 239 240 -
CMYK 0.40 0.00 0 0.06
HSL 180.62º 0.76% 0.75% -
HSV(B) 180.62º 0.4% 0.94% -
XYZ 57.92 73.86 93.64 -
YUV 210.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 143 239 240 0.40 0.00 0 0.06 180.62 0.76 0.75
Hex 8F EF F0 28 0 0 6 B5 4C 4B
Octal 217 357 360 50 0 0 6 265 114 113
Binary 10001111 11101111 11110000 101000 0 0 110 10110101 1001100 1001011

Color Harmonies of #8FEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEFF0

Black with #8FEFF0

Text Example


Text Example

White with #8FEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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