Html Css Color HEX #86F2FC Electric Blue

📋 copy color: '#86F2FC'

red 134 ◦ green 242 ◦ blue 252

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

Shades of Electric Blue #86F2FC

Tints of Electric Blue #86F2FC

RGB

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

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

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

R = 21.34%
G = 38.54%
B = 40.13%

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

#86F2FC (or 0x86F2FC) is known color: Electric Blue. HEX triplet: 86, F2 and FC. RGB value is (134,242,252). Sum of RGB (Red+Green+Blue) = 134+242+252=628 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.34% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #86F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F2FC is #790D03. Grayscale: #D2D2D2. Windows color (decimal): -7933188 or 16577158. OLE color: 16577158.

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

Color convert

RGB 134 242 252 -
CMYK 0.47 0.04 0 0.01
HSL 185.08º 0.95% 0.76% -
HSV(B) 185.08º 0.47% 0.99% -
XYZ 59.15 75.6 103.57 -
YUV 210.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 134 242 252 0.47 0.04 0 0.01 185.08 0.95 0.76
Hex 86 F2 FC 2F 4 0 1 B9 5F 4C
Octal 206 362 374 57 4 0 1 271 137 114
Binary 10000110 11110010 11111100 101111 100 0 1 10111001 1011111 1001100

Color Harmonies of #86F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F2FC

Black with #86F2FC

Text Example


Text Example

White with #86F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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