#72ebff

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

Shades of Electric Blue #72EBFF

Tints of Electric Blue #72EBFF

Color information

#72EBFF (or 0x72EBFF) is unknown color: approx Electric Blue. HEX triplet: 72, EB and FF. RGB value is (114,235,255). Sum of RGB (Red+Green+Blue) = 114+235+255=604 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.87% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #72EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EBFF is #8D1400. Grayscale: #C8C8C8. Windows color (decimal): -9245697 or 16771954. OLE color: 16771954.

HSL color Cylindrical-coordinate representation of color #72EBFF: hue angle of 188.51º 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 #72EBFF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114235255-
CMYK0.550.0800
HSL188.51º100%72.35%-
HSV(B)188.51º55.29%100%-
XYZ54.770.21105.28-
YUV201.1158.4165.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.87%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 255 (100% from 255) = 42.22%
R=18.87%
G=38.91%
B=42.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142352550.550.0800188.5110072.35
Hex72EBFF37800bd6448
Octal162353377671000275144110
Binary111001011101011111111111101111000001011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ebff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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