Html Css Color HEX #8AFBEC Electric Blue

📋 copy color: '#8AFBEC'

red 138 ◦ green 251 ◦ blue 236

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

Shades of Electric Blue #8AFBEC

Tints of Electric Blue #8AFBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 22.08%
G = 40.16%
B = 37.76%

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

#8AFBEC (or 0x8AFBEC) is known color: Electric Blue. HEX triplet: 8A, FB and EC. RGB value is (138,251,236). Sum of RGB (Red+Green+Blue) = 138+251+236=625 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.08% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBEC is #750413. Grayscale: #D7D7D7. Windows color (decimal): -7668756 or 15530890. OLE color: 15530890.

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

Color convert

RGB 138 251 236 -
CMYK 0.45 0 0.06 0.02
HSL 172.04º 0.93% 0.76% -
HSV(B) 172.04º 0.45% 0.98% -
XYZ 60.12 80.45 91.72 -
YUV 215.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 138 251 236 0.45 0 0.06 0.02 172.04 0.93 0.76
Hex 8A FB EC 2D 0 6 2 AC 5D 4C
Octal 212 373 354 55 0 6 2 254 135 114
Binary 10001010 11111011 11101100 101101 0 110 10 10101100 1011101 1001100

Color Harmonies of #8AFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFBEC

Black with #8AFBEC

Text Example


Text Example

White with #8AFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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