#72e8ff

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

Shades of Electric Blue #72E8FF

Tints of Electric Blue #72E8FF

Color information

#72E8FF (or 0x72E8FF) is unknown color: approx Electric Blue. HEX triplet: 72, E8 and FF. RGB value is (114,232,255). Sum of RGB (Red+Green+Blue) = 114+232+255=601 (79% of max value = 765). Red value is 114 (44.92% from 255 or 18.97% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #72E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72E8FF is #8D1700. Grayscale: #C7C7C7. Windows color (decimal): -9246465 or 16771186. OLE color: 16771186.

HSL color Cylindrical-coordinate representation of color #72E8FF: hue angle of 189.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72E8FF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114232255-
CMYK0.550.0900
HSL189.79º100%72.35%-
HSV(B)189.79º55.29%100%-
XYZ53.8568.51104.99-
YUV199.34159.4167.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.97%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 255 (100% from 255) = 42.43%
R=18.97%
G=38.60%
B=42.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142322550.550.0900189.7910072.35
Hex72E8FF37900be6448
Octal162350377671100276144110
Binary111001011101000111111111101111001001011111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72e8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72e8ff; }

 p { color: rgb(114,232,255); }

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

<style>
 a { background-color: #72e8ff; }

 a { background-color: rgb(114,232,255); }

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

<style>
 span { border-color: #72e8ff; }

 span { border-color: rgb(114,232,255); }

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