#8FEEFC

Color #8FEEFC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8FEEFC

Tints of Electric Blue #8FEEFC

Color information

#8FEEFC (or 0x8FEEFC) is unknown color: approx Electric Blue. HEX triplet: 8F, EE and FC. RGB value is (143,238,252). Sum of RGB (Red+Green+Blue) = 143+238+252=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEFC is #701103. Grayscale: #D3D3D3. Windows color (decimal): -7344388 or 16576143. OLE color: 16576143.

HSL color Cylindrical-coordinate representation of color #8FEEFC: hue angle of 187.71º 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 #8FEEFC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143238252-
CMYK0.430.0600.01
HSL187.71º94.78%77.45%-
HSV(B)187.71º43.25%98.82%-
XYZ59.4774.02103.25-
YUV211.19151.0379.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.59%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=22.59%
G=37.60%
B=39.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432382520.430.0600.01187.7194.7877.45
Hex8FEEFC2B601bc5f4d
Octal21735637453601274137115
Binary100011111110111011111100101011110011011110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FEEFC;
 }
 .AnyTagClassName
 {
   color: #8FEEFC;
 }
</style>
background-color css

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

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

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

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

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

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