Html Css Color HEX #8CEFFF Electric Blue

📋 copy color: '#8CEFFF'

red 140 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #8CEFFF

Tints of Electric Blue #8CEFFF

RGB

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

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

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

R = 22.08%
G = 37.7%
B = 40.22%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CEFFF (or 0x8CEFFF) is known color: Electric Blue. HEX triplet: 8C, EF and FF. RGB value is (140,239,255). Sum of RGB (Red+Green+Blue) = 140+239+255=634 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.08% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFFF is #731000. Grayscale: #D3D3D3. Windows color (decimal): -7540737 or 16773004. OLE color: 16773004.

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

Color convert

RGB 140 239 255 -
CMYK 0.45 0.06 0 0
HSL 188.35º 1% 0.77% -
HSV(B) 188.35º 0.45% 1% -
XYZ 59.73 74.53 105.85 -
YUV 211.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 140 239 255 0.45 0.06 0 0 188.35 1 0.77
Hex 8C EF FF 2D 6 0 0 BC 64 4D
Octal 214 357 377 55 6 0 0 274 144 115
Binary 10001100 11101111 11111111 101101 110 0 0 10111100 1100100 1001101

Color Harmonies of #8CEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEFFF

Black with #8CEFFF

Text Example


Text Example

White with #8CEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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