Html Css Color HEX #8AFBED Electric Blue

📋 copy color: '#8AFBED'

red 138 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #8AFBED

Tints of Electric Blue #8AFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.1%

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 22.04%
G = 40.1%
B = 37.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#8AFBED (or 0x8AFBED) is known color: Electric Blue. HEX triplet: 8A, FB and ED. RGB value is (138,251,237). Sum of RGB (Red+Green+Blue) = 138+251+237=626 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.04% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBED is #750412. Grayscale: #D7D7D7. Windows color (decimal): -7668755 or 15596426. OLE color: 15596426.

HSL color Cylindrical-coordinate representation of color #8AFBED: hue angle of 172.57º degrees, saturation: 0.93, 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 #8AFBED is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 251 237 -
CMYK 0.45 0 0.06 0.02
HSL 172.57º 0.93% 0.76% -
HSV(B) 172.57º 0.45% 0.98% -
XYZ 60.26 80.51 92.48 -
YUV 215.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 138 251 237 0.45 0 0.06 0.02 172.57 0.93 0.76
Hex 8A FB ED 2D 0 6 2 AD 5D 4C
Octal 212 373 355 55 0 6 2 255 135 114
Binary 10001010 11111011 11101101 101101 0 110 10 10101101 1011101 1001100

Color Harmonies of #8AFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFBED

Black with #8AFBED

Text Example


Text Example

White with #8AFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,237); }

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

background-color css

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

 a { background-color: rgb(138,251,237); }

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

border-color css

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

 span { border-color: rgb(138,251,237); }

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