Html Css Color HEX #86EFFF Electric Blue

📋 copy color: '#86EFFF'

red 134 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #86EFFF

Tints of Electric Blue #86EFFF

RGB

 RED value IS 134 (52.73% from 255) = 21.34%

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

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

R = 21.34%
G = 38.06%
B = 40.61%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86EFFF (or 0x86EFFF) is known color: Electric Blue. HEX triplet: 86, EF and FF. RGB value is (134,239,255). Sum of RGB (Red+Green+Blue) = 134+239+255=628 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.34% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #86EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EFFF is #791000. Grayscale: #D1D1D1. Windows color (decimal): -7933953 or 16772998. OLE color: 16772998.

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

Color convert

RGB 134 239 255 -
CMYK 0.47 0.06 0 0
HSL 187.93º 1% 0.76% -
HSV(B) 187.93º 0.47% 1% -
XYZ 58.75 74.02 105.8 -
YUV 209.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 134 239 255 0.47 0.06 0 0 187.93 1 0.76
Hex 86 EF FF 2F 6 0 0 BC 64 4C
Octal 206 357 377 57 6 0 0 274 144 114
Binary 10000110 11101111 11111111 101111 110 0 0 10111100 1100100 1001100

Color Harmonies of #86EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EFFF

Black with #86EFFF

Text Example


Text Example

White with #86EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86EFFF; }

 p { color: rgb(134,239,255); }

 H1.HeaderClassName
 {
   color: #86EFFF;
 }
 .AnyTagClassName
 {
   color: #86EFFF;
 }
</style>

background-color css

<style>
 a { background-color: #86EFFF; }

 a { background-color: rgb(134,239,255); }

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

border-color css

<style>
 span { border-color: #86EFFF; }

 span { border-color: rgb(134,239,255); }

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