Html Css Color HEX #8AF3FF Electric Blue

📋 copy color: '#8AF3FF'

red 138 ◦ green 243 ◦ blue 255

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

Shades of Electric Blue #8AF3FF

Tints of Electric Blue #8AF3FF

RGB

 RED value IS 138 (54.3% from 255) = 21.7%

 GREEN value IS 243 (95.31% from 255) = 38.21%

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

R = 21.7%
G = 38.21%
B = 40.09%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AF3FF (or 0x8AF3FF) is known color: Electric Blue. HEX triplet: 8A, F3 and FF. RGB value is (138,243,255). Sum of RGB (Red+Green+Blue) = 138+243+255=636 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.70% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AF3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF3FF is #750C00. Grayscale: #D4D4D4. Windows color (decimal): -7670785 or 16774026. OLE color: 16774026.

HSL color Cylindrical-coordinate representation of color #8AF3FF: hue angle of 186.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF3FF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 243 255 -
CMYK 0.46 0.05 0 0
HSL 186.15º 1% 0.77% -
HSV(B) 186.15º 0.46% 1% -
XYZ 60.58 76.72 106.22 -
YUV 212.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 138 243 255 0.46 0.05 0 0 186.15 1 0.77
Hex 8A F3 FF 2E 5 0 0 BA 64 4D
Octal 212 363 377 56 5 0 0 272 144 115
Binary 10001010 11110011 11111111 101110 101 0 0 10111010 1100100 1001101

Color Harmonies of #8AF3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF3FF

Black with #8AF3FF

Text Example


Text Example

White with #8AF3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AF3FF; }

 p { color: rgb(138,243,255); }

 H1.HeaderClassName
 {
   color: #8AF3FF;
 }
 .AnyTagClassName
 {
   color: #8AF3FF;
 }
</style>

background-color css

<style>
 a { background-color: #8AF3FF; }

 a { background-color: rgb(138,243,255); }

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

border-color css

<style>
 span { border-color: #8AF3FF; }

 span { border-color: rgb(138,243,255); }

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