Html Css Color HEX #8CEFF9 Electric Blue

📋 copy color: '#8CEFF9'

red 140 ◦ green 239 ◦ blue 249

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

Shades of Electric Blue #8CEFF9

Tints of Electric Blue #8CEFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.65%

R = 22.29%
G = 38.06%
B = 39.65%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CEFF9 (or 0x8CEFF9) is known color: Electric Blue. HEX triplet: 8C, EF and F9. RGB value is (140,239,249). Sum of RGB (Red+Green+Blue) = 140+239+249=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFF9 is #731006. Grayscale: #D2D2D2. Windows color (decimal): -7540743 or 16379788. OLE color: 16379788.

HSL color Cylindrical-coordinate representation of color #8CEFF9: hue angle of 185.5º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CEFF9 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 239 249 -
CMYK 0.44 0.04 0 0.02
HSL 185.5º 0.9% 0.76% -
HSV(B) 185.5º 0.44% 0.98% -
XYZ 58.78 74.15 100.84 -
YUV 210.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 140 239 249 0.44 0.04 0 0.02 185.5 0.9 0.76
Hex 8C EF F9 2C 4 0 2 BA 5A 4C
Octal 214 357 371 54 4 0 2 272 132 114
Binary 10001100 11101111 11111001 101100 100 0 10 10111010 1011010 1001100

Color Harmonies of #8CEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEFF9

Black with #8CEFF9

Text Example


Text Example

White with #8CEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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