Html Css Color HEX #8AF2FB Electric Blue

📋 copy color: '#8AF2FB'

red 138 ◦ green 242 ◦ blue 251

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

Shades of Electric Blue #8AF2FB

Tints of Electric Blue #8AF2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 21.87%
G = 38.35%
B = 39.78%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AF2FB (or 0x8AF2FB) is known color: Electric Blue. HEX triplet: 8A, F2 and FB. RGB value is (138,242,251). Sum of RGB (Red+Green+Blue) = 138+242+251=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2FB is #750D04. Grayscale: #D3D3D3. Windows color (decimal): -7671045 or 16511626. OLE color: 16511626.

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

Color convert

RGB 138 242 251 -
CMYK 0.45 0.04 0 0.02
HSL 184.78º 0.93% 0.76% -
HSV(B) 184.78º 0.45% 0.98% -
XYZ 59.65 75.87 102.77 -
YUV 211.93 150.04 75.27 -
System Red Green Blue C M Y K H S L
Decimal 138 242 251 0.45 0.04 0 0.02 184.78 0.93 0.76
Hex 8A F2 FB 2D 4 0 2 B9 5D 4C
Octal 212 362 373 55 4 0 2 271 135 114
Binary 10001010 11110010 11111011 101101 100 0 10 10111001 1011101 1001100

Color Harmonies of #8AF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF2FB

Black with #8AF2FB

Text Example


Text Example

White with #8AF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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