Html Css Color HEX #72E5FF Electric Blue

📋 copy color: '#72E5FF'

red 114 ◦ green 229 ◦ blue 255

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

Shades of Electric Blue #72E5FF

Tints of Electric Blue #72E5FF

RGB

 RED value IS 114 (44.92% from 255) = 19.06%

 GREEN value IS 229 (89.84% from 255) = 38.29%

 BLUE value IS 255 (100% from 255) = 42.64%

R = 19.06%
G = 38.29%
B = 42.64%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72E5FF (or 0x72E5FF) is known color: Electric Blue. HEX triplet: 72, E5 and FF. RGB value is (114,229,255). Sum of RGB (Red+Green+Blue) = 114+229+255=598 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.06% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #72E5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E5FF is #8D1A00. Grayscale: #C5C5C5. Windows color (decimal): -9247233 or 16770418. OLE color: 16770418.

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

Color convert

RGB 114 229 255 -
CMYK 0.55 0.10 0 0
HSL 191.06º 1% 0.72% -
HSV(B) 191.06º 0.55% 1% -
XYZ 53.01 66.84 104.71 -
YUV 197.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 114 229 255 0.55 0.10 0 0 191.06 1 0.72
Hex 72 E5 FF 37 A 0 0 BF 64 48
Octal 162 345 377 67 12 0 0 277 144 110
Binary 1110010 11100101 11111111 110111 1010 0 0 10111111 1100100 1001000

Color Harmonies of #72E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5FF

Black with #72E5FF

Text Example


Text Example

White with #72E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72E5FF;
 }
 .AnyTagClassName
 {
   color: #72E5FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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