#88FCFD

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

Shades of Electric Blue #88FCFD

Tints of Electric Blue #88FCFD

Color information

#88FCFD (or 0x88FCFD) is unknown color: approx Electric Blue. HEX triplet: 88, FC and FD. RGB value is (136,252,253). Sum of RGB (Red+Green+Blue) = 136+252+253=641 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.22% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #88FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FCFD is #770302. Grayscale: #D9D9D9. Windows color (decimal): -7799555 or 16645256. OLE color: 16645256.

HSL color Cylindrical-coordinate representation of color #88FCFD: hue angle of 180.51º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FCFD is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136252253-
CMYK0.460.0000.01
HSL180.51º96.69%76.27%-
HSV(B)180.51º46.25%99.22%-
XYZ62.6981.95105.44-
YUV217.43148.0769.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.22%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=21.22%
G=39.31%
B=39.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362522530.460.0000.01180.5196.6976.27
Hex88FCFD2E001b5614c
Octal21037437556001265141114
Binary1000100011111100111111011011100011011010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88FCFD; }

 p { color: rgb(136,252,253); }

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

<style>
 a { background-color: #88FCFD; }

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

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

<style>
 span { border-color: #88FCFD; }

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

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