Html Css Color HEX #8CEEFC Electric Blue

📋 copy color: '#8CEEFC'

red 140 ◦ green 238 ◦ blue 252

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

Shades of Electric Blue #8CEEFC

Tints of Electric Blue #8CEEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 22.22%
G = 37.78%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CEEFC (or 0x8CEEFC) is known color: Electric Blue. HEX triplet: 8C, EE and FC. RGB value is (140,238,252). Sum of RGB (Red+Green+Blue) = 140+238+252=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEFC is #731103. Grayscale: #D2D2D2. Windows color (decimal): -7540996 or 16576140. OLE color: 16576140.

HSL color Cylindrical-coordinate representation of color #8CEEFC: hue angle of 187.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CEEFC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 238 252 -
CMYK 0.44 0.06 0 0.01
HSL 187.5º 0.95% 0.77% -
HSV(B) 187.5º 0.44% 0.99% -
XYZ 58.96 73.75 103.22 -
YUV 210.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 140 238 252 0.44 0.06 0 0.01 187.5 0.95 0.77
Hex 8C EE FC 2C 6 0 1 BC 5F 4D
Octal 214 356 374 54 6 0 1 274 137 115
Binary 10001100 11101110 11111100 101100 110 0 1 10111100 1011111 1001101

Color Harmonies of #8CEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEEFC

Black with #8CEEFC

Text Example


Text Example

White with #8CEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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