Html Css Color HEX #8FFCFC Electric Blue

📋 copy color: '#8FFCFC'

red 143 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #8FFCFC

Tints of Electric Blue #8FFCFC

RGB

 RED value IS 143 (56.25% from 255) = 22.1%

 GREEN value IS 252 (98.83% from 255) = 38.95%

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

R = 22.1%
G = 38.95%
B = 38.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FFCFC (or 0x8FFCFC) is known color: Electric Blue. HEX triplet: 8F, FC and FC. RGB value is (143,252,252). Sum of RGB (Red+Green+Blue) = 143+252+252=647 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.10% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #8FFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCFC is #700303. Grayscale: #DBDBDB. Windows color (decimal): -7340804 or 16579727. OLE color: 16579727.

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

Color convert

RGB 143 252 252 -
CMYK 0.43 0 0 0.01
HSL 180º 0.95% 0.77% -
HSV(B) 180º 0.43% 0.99% -
XYZ 63.71 82.49 104.66 -
YUV 219.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 143 252 252 0.43 0 0 0.01 180 0.95 0.77
Hex 8F FC FC 2B 0 0 1 B4 5F 4D
Octal 217 374 374 53 0 0 1 264 137 115
Binary 10001111 11111100 11111100 101011 0 0 1 10110100 1011111 1001101

Color Harmonies of #8FFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCFC

Black with #8FFCFC

Text Example


Text Example

White with #8FFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,252,252); }

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

background-color css

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

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

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

border-color css

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

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

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