Html Css Color HEX #86EFFC Electric Blue

📋 copy color: '#86EFFC'

red 134 ◦ green 239 ◦ blue 252

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

Shades of Electric Blue #86EFFC

Tints of Electric Blue #86EFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 21.44%
G = 38.24%
B = 40.32%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86EFFC (or 0x86EFFC) is known color: Electric Blue. HEX triplet: 86, EF and FC. RGB value is (134,239,252). Sum of RGB (Red+Green+Blue) = 134+239+252=625 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.44% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #86EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EFFC is #791003. Grayscale: #D0D0D0. Windows color (decimal): -7933956 or 16576390. OLE color: 16576390.

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

Color convert

RGB 134 239 252 -
CMYK 0.47 0.05 0 0.01
HSL 186.61º 0.95% 0.76% -
HSV(B) 186.61º 0.47% 0.99% -
XYZ 58.27 73.83 103.27 -
YUV 209.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 134 239 252 0.47 0.05 0 0.01 186.61 0.95 0.76
Hex 86 EF FC 2F 5 0 1 BB 5F 4C
Octal 206 357 374 57 5 0 1 273 137 114
Binary 10000110 11101111 11111100 101111 101 0 1 10111011 1011111 1001100

Color Harmonies of #86EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EFFC

Black with #86EFFC

Text Example


Text Example

White with #86EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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