Html Css Color HEX #8FFCEB Electric Blue

📋 copy color: '#8FFCEB'

red 143 ◦ green 252 ◦ blue 235

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

Shades of Electric Blue #8FFCEB

Tints of Electric Blue #8FFCEB

RGB

 RED value IS 143 (56.25% from 255) = 22.7%

 GREEN value IS 252 (98.83% from 255) = 40%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 22.7%
G = 40%
B = 37.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#8FFCEB (or 0x8FFCEB) is known color: Electric Blue. HEX triplet: 8F, FC and EB. RGB value is (143,252,235). Sum of RGB (Red+Green+Blue) = 143+252+235=630 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.70% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCEB is #700314. Grayscale: #D9D9D9. Windows color (decimal): -7340821 or 15465615. OLE color: 15465615.

HSL color Cylindrical-coordinate representation of color #8FFCEB: hue angle of 170.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCEB is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 252 235 -
CMYK 0.43 0 0.07 0.01
HSL 170.64º 0.95% 0.77% -
HSV(B) 170.64º 0.43% 0.99% -
XYZ 61.13 81.46 91.1 -
YUV 217.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 143 252 235 0.43 0 0.07 0.01 170.64 0.95 0.77
Hex 8F FC EB 2B 0 7 1 AB 5F 4D
Octal 217 374 353 53 0 7 1 253 137 115
Binary 10001111 11111100 11101011 101011 0 111 1 10101011 1011111 1001101

Color Harmonies of #8FFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCEB

Black with #8FFCEB

Text Example


Text Example

White with #8FFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,252,235); }

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

background-color css

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

 a { background-color: rgb(143,252,235); }

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

border-color css

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

 span { border-color: rgb(143,252,235); }

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