Html Css Color HEX #8AFAF9 Electric Blue

📋 copy color: '#8AFAF9'

red 138 ◦ green 250 ◦ blue 249

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

Shades of Electric Blue #8AFAF9

Tints of Electric Blue #8AFAF9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.25%

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 21.66%
G = 39.25%
B = 39.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#8AFAF9 (or 0x8AFAF9) is known color: Electric Blue. HEX triplet: 8A, FA and F9. RGB value is (138,250,249). Sum of RGB (Red+Green+Blue) = 138+250+249=637 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.66% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFAF9 is #750506. Grayscale: #D8D8D8. Windows color (decimal): -7668999 or 16382602. OLE color: 16382602.

HSL color Cylindrical-coordinate representation of color #8AFAF9: hue angle of 179.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAF9 is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 250 249 -
CMYK 0.45 0 0.00 0.02
HSL 179.46º 0.92% 0.76% -
HSV(B) 179.46º 0.45% 0.98% -
XYZ 61.77 80.61 101.93 -
YUV 216.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 138 250 249 0.45 0 0.00 0.02 179.46 0.92 0.76
Hex 8A FA F9 2D 0 0 2 B3 5C 4C
Octal 212 372 371 55 0 0 2 263 134 114
Binary 10001010 11111010 11111001 101101 0 0 10 10110011 1011100 1001100

Color Harmonies of #8AFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFAF9

Black with #8AFAF9

Text Example


Text Example

White with #8AFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,250,249); }

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

background-color css

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

 a { background-color: rgb(138,250,249); }

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

border-color css

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

 span { border-color: rgb(138,250,249); }

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