Html Css Color HEX #8DEBFB Electric Blue

📋 copy color: '#8DEBFB'

red 141 ◦ green 235 ◦ blue 251

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

Shades of Electric Blue #8DEBFB

Tints of Electric Blue #8DEBFB

RGB

 RED value IS 141 (55.47% from 255) = 22.49%

 GREEN value IS 235 (92.19% from 255) = 37.48%

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

R = 22.49%
G = 37.48%
B = 40.03%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DEBFB (or 0x8DEBFB) is known color: Electric Blue. HEX triplet: 8D, EB and FB. RGB value is (141,235,251). Sum of RGB (Red+Green+Blue) = 141+235+251=627 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.49% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBFB is #721404. Grayscale: #D0D0D0. Windows color (decimal): -7476229 or 16509837. OLE color: 16509837.

HSL color Cylindrical-coordinate representation of color #8DEBFB: hue angle of 188.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEBFB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 235 251 -
CMYK 0.44 0.06 0 0.02
HSL 188.73º 0.93% 0.77% -
HSV(B) 188.73º 0.44% 0.98% -
XYZ 58.11 72.04 102.11 -
YUV 208.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 141 235 251 0.44 0.06 0 0.02 188.73 0.93 0.77
Hex 8D EB FB 2C 6 0 2 BD 5D 4D
Octal 215 353 373 54 6 0 2 275 135 115
Binary 10001101 11101011 11111011 101100 110 0 10 10111101 1011101 1001101

Color Harmonies of #8DEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEBFB

Black with #8DEBFB

Text Example


Text Example

White with #8DEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,235,251); }

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

background-color css

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

 a { background-color: rgb(141,235,251); }

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

border-color css

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

 span { border-color: rgb(141,235,251); }

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