Html Css Color HEX #8CEFFB Electric Blue

📋 copy color: '#8CEFFB'

red 140 ◦ green 239 ◦ blue 251

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

Shades of Electric Blue #8CEFFB

Tints of Electric Blue #8CEFFB

RGB

 RED value IS 140 (55.08% from 255) = 22.22%

 GREEN value IS 239 (93.75% from 255) = 37.94%

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

R = 22.22%
G = 37.94%
B = 39.84%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CEFFB (or 0x8CEFFB) is known color: Electric Blue. HEX triplet: 8C, EF and FB. RGB value is (140,239,251). Sum of RGB (Red+Green+Blue) = 140+239+251=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFFB is #731004. Grayscale: #D2D2D2. Windows color (decimal): -7540741 or 16510860. OLE color: 16510860.

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

Color convert

RGB 140 239 251 -
CMYK 0.44 0.05 0 0.02
HSL 186.49º 0.93% 0.77% -
HSV(B) 186.49º 0.44% 0.98% -
XYZ 59.09 74.27 102.49 -
YUV 210.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 140 239 251 0.44 0.05 0 0.02 186.49 0.93 0.77
Hex 8C EF FB 2C 5 0 2 BA 5D 4D
Octal 214 357 373 54 5 0 2 272 135 115
Binary 10001100 11101111 11111011 101100 101 0 10 10111010 1011101 1001101

Color Harmonies of #8CEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEFFB

Black with #8CEFFB

Text Example


Text Example

White with #8CEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,239,251); }

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

background-color css

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

 a { background-color: rgb(140,239,251); }

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

border-color css

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

 span { border-color: rgb(140,239,251); }

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