Html Css Color HEX #72FFEA Baby Blue

📋 copy color: '#72FFEA'

red 114 ◦ green 255 ◦ blue 234

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

Shades of Baby Blue #72FFEA

Tints of Baby Blue #72FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 18.91%
G = 42.29%
B = 38.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#72FFEA (or 0x72FFEA) is known color: Baby Blue. HEX triplet: 72, FF and EA. RGB value is (114,255,234). Sum of RGB (Red+Green+Blue) = 114+255+234=603 (79% of max value = 765). Red value is 114 (44.92% from 255 or 18.91% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFEA is #8D0015. Grayscale: #D2D2D2. Windows color (decimal): -9240598 or 15400818. OLE color: 15400818.

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

Color convert

RGB 114 255 234 -
CMYK 0.55 0 0.08 0
HSL 171.06º 1% 0.72% -
HSV(B) 171.06º 0.55% 1% -
XYZ 57.55 81.04 90.45 -
YUV 210.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 114 255 234 0.55 0 0.08 0 171.06 1 0.72
Hex 72 FF EA 37 0 8 0 AB 64 48
Octal 162 377 352 67 0 10 0 253 144 110
Binary 1110010 11111111 11101010 110111 0 1000 0 10101011 1100100 1001000

Color Harmonies of #72FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFEA

Black with #72FFEA

Text Example


Text Example

White with #72FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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