Html Css Color HEX #72F5FF Electric Blue

📋 copy color: '#72F5FF'

red 114 ◦ green 245 ◦ blue 255

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

Shades of Electric Blue #72F5FF

Tints of Electric Blue #72F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.9%

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

R = 18.57%
G = 39.9%
B = 41.53%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72F5FF (or 0x72F5FF) is known color: Electric Blue. HEX triplet: 72, F5 and FF. RGB value is (114,245,255). Sum of RGB (Red+Green+Blue) = 114+245+255=614 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.57% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #72F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F5FF is #8D0A00. Grayscale: #CECECE. Windows color (decimal): -9243137 or 16774514. OLE color: 16774514.

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

Color convert

RGB 114 245 255 -
CMYK 0.55 0.04 0 0
HSL 184.26º 1% 0.72% -
HSV(B) 184.26º 0.55% 1% -
XYZ 57.64 76.1 106.26 -
YUV 206.97 155.1 61.69 -
System Red Green Blue C M Y K H S L
Decimal 114 245 255 0.55 0.04 0 0 184.26 1 0.72
Hex 72 F5 FF 37 4 0 0 B8 64 48
Octal 162 365 377 67 4 0 0 270 144 110
Binary 1110010 11110101 11111111 110111 100 0 0 10111000 1100100 1001000

Color Harmonies of #72F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F5FF

Black with #72F5FF

Text Example


Text Example

White with #72F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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