Html Css Color HEX #8AF3EF Electric Blue

📋 copy color: '#8AF3EF'

red 138 ◦ green 243 ◦ blue 239

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

Shades of Electric Blue #8AF3EF

Tints of Electric Blue #8AF3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 22.26%
G = 39.19%
B = 38.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8AF3EF (or 0x8AF3EF) is known color: Electric Blue. HEX triplet: 8A, F3 and EF. RGB value is (138,243,239). Sum of RGB (Red+Green+Blue) = 138+243+239=620 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.26% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF3EF is #750C10. Grayscale: #D3D3D3. Windows color (decimal): -7670801 or 15725450. OLE color: 15725450.

HSL color Cylindrical-coordinate representation of color #8AF3EF: hue angle of 177.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF3EF is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 243 239 -
CMYK 0.43 0 0.02 0.05
HSL 177.71º 0.81% 0.75% -
HSV(B) 177.71º 0.43% 0.95% -
XYZ 58.11 75.74 93.22 -
YUV 211.15 143.71 75.83 -
System Red Green Blue C M Y K H S L
Decimal 138 243 239 0.43 0 0.02 0.05 177.71 0.81 0.75
Hex 8A F3 EF 2B 0 2 5 B2 51 4B
Octal 212 363 357 53 0 2 5 262 121 113
Binary 10001010 11110011 11101111 101011 0 10 101 10110010 1010001 1001011

Color Harmonies of #8AF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF3EF

Black with #8AF3EF

Text Example


Text Example

White with #8AF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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