Html Css Color HEX #8AF8FF Electric Blue

📋 copy color: '#8AF8FF'

red 138 ◦ green 248 ◦ blue 255

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

Shades of Electric Blue #8AF8FF

Tints of Electric Blue #8AF8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

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

R = 21.53%
G = 38.69%
B = 39.78%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AF8FF (or 0x8AF8FF) is known color: Electric Blue. HEX triplet: 8A, F8 and FF. RGB value is (138,248,255). Sum of RGB (Red+Green+Blue) = 138+248+255=641 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.53% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF8FF is #750700. Grayscale: #D7D7D7. Windows color (decimal): -7669505 or 16775306. OLE color: 16775306.

HSL color Cylindrical-coordinate representation of color #8AF8FF: hue angle of 183.59º 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 #8AF8FF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 248 255 -
CMYK 0.46 0.03 0 0
HSL 183.59º 1% 0.77% -
HSV(B) 183.59º 0.46% 1% -
XYZ 62.1 79.76 106.73 -
YUV 215.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 138 248 255 0.46 0.03 0 0 183.59 1 0.77
Hex 8A F8 FF 2E 3 0 0 B8 64 4D
Octal 212 370 377 56 3 0 0 270 144 115
Binary 10001010 11111000 11111111 101110 11 0 0 10111000 1100100 1001101

Color Harmonies of #8AF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF8FF

Black with #8AF8FF

Text Example


Text Example

White with #8AF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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