Html Css Color HEX #8CEEEF Electric Blue

📋 copy color: '#8CEEEF'

red 140 ◦ green 238 ◦ blue 239

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

Shades of Electric Blue #8CEEEF

Tints of Electric Blue #8CEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.57%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 22.69%
G = 38.57%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CEEEF (or 0x8CEEEF) is known color: Electric Blue. HEX triplet: 8C, EE and EF. RGB value is (140,238,239). Sum of RGB (Red+Green+Blue) = 140+238+239=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEEF is #731110. Grayscale: #D0D0D0. Windows color (decimal): -7541009 or 15724172. OLE color: 15724172.

HSL color Cylindrical-coordinate representation of color #8CEEEF: hue angle of 180.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEEF is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 238 239 -
CMYK 0.41 0.00 0 0.06
HSL 180.61º 0.76% 0.74% -
HSV(B) 180.61º 0.41% 0.94% -
XYZ 56.97 72.96 92.74 -
YUV 208.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 140 238 239 0.41 0.00 0 0.06 180.61 0.76 0.74
Hex 8C EE EF 29 0 0 6 B5 4C 4A
Octal 214 356 357 51 0 0 6 265 114 112
Binary 10001100 11101110 11101111 101001 0 0 110 10110101 1001100 1001010

Color Harmonies of #8CEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEEEF

Black with #8CEEEF

Text Example


Text Example

White with #8CEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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