Html Css Color HEX #8AFDF0 Electric Blue

📋 copy color: '#8AFDF0'

red 138 ◦ green 253 ◦ blue 240

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

Shades of Electric Blue #8AFDF0

Tints of Electric Blue #8AFDF0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.1%

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 21.87%
G = 40.1%
B = 38.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#8AFDF0 (or 0x8AFDF0) is known color: Electric Blue. HEX triplet: 8A, FD and F0. RGB value is (138,253,240). Sum of RGB (Red+Green+Blue) = 138+253+240=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFDF0 is #75020F. Grayscale: #D9D9D9. Windows color (decimal): -7668240 or 15793546. OLE color: 15793546.

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

Color convert

RGB 138 253 240 -
CMYK 0.45 0 0.05 0.01
HSL 173.22º 0.97% 0.77% -
HSV(B) 173.22º 0.45% 0.99% -
XYZ 61.33 81.95 95.02 -
YUV 217.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 138 253 240 0.45 0 0.05 0.01 173.22 0.97 0.77
Hex 8A FD F0 2D 0 5 1 AD 61 4D
Octal 212 375 360 55 0 5 1 255 141 115
Binary 10001010 11111101 11110000 101101 0 101 1 10101101 1100001 1001101

Color Harmonies of #8AFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFDF0

Black with #8AFDF0

Text Example


Text Example

White with #8AFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,253,240); }

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

background-color css

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

 a { background-color: rgb(138,253,240); }

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

border-color css

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

 span { border-color: rgb(138,253,240); }

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