Html Css Color HEX #72F0FF Electric Blue

📋 copy color: '#72F0FF'

red 114 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #72F0FF

Tints of Electric Blue #72F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

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

R = 18.72%
G = 39.41%
B = 41.87%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72F0FF (or 0x72F0FF) is known color: Electric Blue. HEX triplet: 72, F0 and FF. RGB value is (114,240,255). Sum of RGB (Red+Green+Blue) = 114+240+255=609 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.72% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #72F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F0FF is #8D0F00. Grayscale: #CBCBCB. Windows color (decimal): -9244417 or 16773234. OLE color: 16773234.

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

Color convert

RGB 114 240 255 -
CMYK 0.55 0.06 0 0
HSL 186.38º 1% 0.72% -
HSV(B) 186.38º 0.55% 1% -
XYZ 56.15 73.12 105.76 -
YUV 204.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 114 240 255 0.55 0.06 0 0 186.38 1 0.72
Hex 72 F0 FF 37 6 0 0 BA 64 48
Octal 162 360 377 67 6 0 0 272 144 110
Binary 1110010 11110000 11111111 110111 110 0 0 10111010 1100100 1001000

Color Harmonies of #72F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F0FF

Black with #72F0FF

Text Example


Text Example

White with #72F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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