Html Css Color HEX #8CEBFF Electric Blue

📋 copy color: '#8CEBFF'

red 140 ◦ green 235 ◦ blue 255

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

Shades of Electric Blue #8CEBFF

Tints of Electric Blue #8CEBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 22.22%
G = 37.3%
B = 40.48%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CEBFF (or 0x8CEBFF) is known color: Electric Blue. HEX triplet: 8C, EB and FF. RGB value is (140,235,255). Sum of RGB (Red+Green+Blue) = 140+235+255=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBFF is #731400. Grayscale: #D0D0D0. Windows color (decimal): -7541761 or 16771980. OLE color: 16771980.

HSL color Cylindrical-coordinate representation of color #8CEBFF: hue angle of 190.43º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEBFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 235 255 -
CMYK 0.45 0.08 0 0
HSL 190.43º 1% 0.77% -
HSV(B) 190.43º 0.45% 1% -
XYZ 58.57 72.21 105.46 -
YUV 208.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 140 235 255 0.45 0.08 0 0 190.43 1 0.77
Hex 8C EB FF 2D 8 0 0 BE 64 4D
Octal 214 353 377 55 10 0 0 276 144 115
Binary 10001100 11101011 11111111 101101 1000 0 0 10111110 1100100 1001101

Color Harmonies of #8CEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEBFF

Black with #8CEBFF

Text Example


Text Example

White with #8CEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,235,255); }

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

background-color css

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

 a { background-color: rgb(140,235,255); }

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

border-color css

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

 span { border-color: rgb(140,235,255); }

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