Html Css Color HEX #8AFBEE Electric Blue

📋 copy color: '#8AFBEE'

red 138 ◦ green 251 ◦ blue 238

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

Shades of Electric Blue #8AFBEE

Tints of Electric Blue #8AFBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 22.01%
G = 40.03%
B = 37.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#8AFBEE (or 0x8AFBEE) is known color: Electric Blue. HEX triplet: 8A, FB and EE. RGB value is (138,251,238). Sum of RGB (Red+Green+Blue) = 138+251+238=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBEE is #750411. Grayscale: #D7D7D7. Windows color (decimal): -7668754 or 15661962. OLE color: 15661962.

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

Color convert

RGB 138 251 238 -
CMYK 0.45 0 0.05 0.02
HSL 173.1º 0.93% 0.76% -
HSV(B) 173.1º 0.45% 0.98% -
XYZ 60.41 80.57 93.26 -
YUV 215.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 138 251 238 0.45 0 0.05 0.02 173.1 0.93 0.76
Hex 8A FB EE 2D 0 5 2 AD 5D 4C
Octal 212 373 356 55 0 5 2 255 135 114
Binary 10001010 11111011 11101110 101101 0 101 10 10101101 1011101 1001100

Color Harmonies of #8AFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFBEE

Black with #8AFBEE

Text Example


Text Example

White with #8AFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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