Html Css Color HEX #86F2FD Electric Blue

📋 copy color: '#86F2FD'

red 134 ◦ green 242 ◦ blue 253

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

Shades of Electric Blue #86F2FD

Tints of Electric Blue #86F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.47%

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 21.3%
G = 38.47%
B = 40.22%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86F2FD (or 0x86F2FD) is known color: Electric Blue. HEX triplet: 86, F2 and FD. RGB value is (134,242,253). Sum of RGB (Red+Green+Blue) = 134+242+253=629 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.30% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #86F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F2FD is #790D02. Grayscale: #D2D2D2. Windows color (decimal): -7933187 or 16642694. OLE color: 16642694.

HSL color Cylindrical-coordinate representation of color #86F2FD: hue angle of 185.55º degrees, saturation: 0.97, 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 #86F2FD is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 242 253 -
CMYK 0.47 0.04 0 0.01
HSL 185.55º 0.97% 0.76% -
HSV(B) 185.55º 0.47% 0.99% -
XYZ 59.31 75.66 104.41 -
YUV 210.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 134 242 253 0.47 0.04 0 0.01 185.55 0.97 0.76
Hex 86 F2 FD 2F 4 0 1 BA 61 4C
Octal 206 362 375 57 4 0 1 272 141 114
Binary 10000110 11110010 11111101 101111 100 0 1 10111010 1100001 1001100

Color Harmonies of #86F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F2FD

Black with #86F2FD

Text Example


Text Example

White with #86F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,242,253); }

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

background-color css

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

 a { background-color: rgb(134,242,253); }

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

border-color css

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

 span { border-color: rgb(134,242,253); }

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