Html Css Color HEX #72ECFF Electric Blue

📋 copy color: '#72ECFF'

red 114 ◦ green 236 ◦ blue 255

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

Shades of Electric Blue #72ECFF

Tints of Electric Blue #72ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.01%

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

R = 18.84%
G = 39.01%
B = 42.15%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72ECFF (or 0x72ECFF) is known color: Electric Blue. HEX triplet: 72, EC and FF. RGB value is (114,236,255). Sum of RGB (Red+Green+Blue) = 114+236+255=605 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.84% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #72ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72ECFF is #8D1300. Grayscale: #C9C9C9. Windows color (decimal): -9245441 or 16772210. OLE color: 16772210.

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

Color convert

RGB 114 236 255 -
CMYK 0.55 0.07 0 0
HSL 188.09º 1% 0.72% -
HSV(B) 188.09º 0.55% 1% -
XYZ 54.98 70.79 105.37 -
YUV 201.69 158.08 65.46 -
System Red Green Blue C M Y K H S L
Decimal 114 236 255 0.55 0.07 0 0 188.09 1 0.72
Hex 72 EC FF 37 7 0 0 BC 64 48
Octal 162 354 377 67 7 0 0 274 144 110
Binary 1110010 11101100 11111111 110111 111 0 0 10111100 1100100 1001000

Color Harmonies of #72ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECFF

Black with #72ECFF

Text Example


Text Example

White with #72ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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