Html Css Color HEX #86EAFF Electric Blue

📋 copy color: '#86EAFF'

red 134 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #86EAFF

Tints of Electric Blue #86EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.56%

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

R = 21.51%
G = 37.56%
B = 40.93%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86EAFF (or 0x86EAFF) is known color: Electric Blue. HEX triplet: 86, EA and FF. RGB value is (134,234,255). Sum of RGB (Red+Green+Blue) = 134+234+255=623 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.51% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #86EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EAFF is #791500. Grayscale: #CECECE. Windows color (decimal): -7935233 or 16771718. OLE color: 16771718.

HSL color Cylindrical-coordinate representation of color #86EAFF: hue angle of 190.41º 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 #86EAFF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 234 255 -
CMYK 0.47 0.08 0 0
HSL 190.41º 1% 0.76% -
HSV(B) 190.41º 0.47% 1% -
XYZ 57.3 71.13 105.32 -
YUV 206.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 134 234 255 0.47 0.08 0 0 190.41 1 0.76
Hex 86 EA FF 2F 8 0 0 BE 64 4C
Octal 206 352 377 57 10 0 0 276 144 114
Binary 10000110 11101010 11111111 101111 1000 0 0 10111110 1100100 1001100

Color Harmonies of #86EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EAFF

Black with #86EAFF

Text Example


Text Example

White with #86EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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