Html Css Color HEX #8CECF9 Electric Blue

📋 copy color: '#8CECF9'

red 140 ◦ green 236 ◦ blue 249

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

Shades of Electric Blue #8CECF9

Tints of Electric Blue #8CECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.76%

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

R = 22.4%
G = 37.76%
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

#8CECF9 (or 0x8CECF9) is known color: Electric Blue. HEX triplet: 8C, EC and F9. RGB value is (140,236,249). Sum of RGB (Red+Green+Blue) = 140+236+249=625 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.4% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECF9 is #731306. Grayscale: #D0D0D0. Windows color (decimal): -7541511 or 16379020. OLE color: 16379020.

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

Color convert

RGB 140 236 249 -
CMYK 0.44 0.05 0 0.02
HSL 187.16º 0.9% 0.76% -
HSV(B) 187.16º 0.44% 0.98% -
XYZ 57.91 72.41 100.55 -
YUV 208.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 140 236 249 0.44 0.05 0 0.02 187.16 0.9 0.76
Hex 8C EC F9 2C 5 0 2 BB 5A 4C
Octal 214 354 371 54 5 0 2 273 132 114
Binary 10001100 11101100 11111001 101100 101 0 10 10111011 1011010 1001100

Color Harmonies of #8CECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CECF9

Black with #8CECF9

Text Example


Text Example

White with #8CECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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