Html Css Color HEX #72F1EA Baby Blue

📋 copy color: '#72F1EA'

red 114 ◦ green 241 ◦ blue 234

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

Shades of Baby Blue #72F1EA

Tints of Baby Blue #72F1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.92%

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

R = 19.35%
G = 40.92%
B = 39.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#72F1EA (or 0x72F1EA) is known color: Baby Blue. HEX triplet: 72, F1 and EA. RGB value is (114,241,234). Sum of RGB (Red+Green+Blue) = 114+241+234=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F1EA is #8D0E15. Grayscale: #CACACA. Windows color (decimal): -9244182 or 15397234. OLE color: 15397234.

HSL color Cylindrical-coordinate representation of color #72F1EA: hue angle of 176.69º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F1EA is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 241 234 -
CMYK 0.53 0 0.03 0.05
HSL 176.69º 0.82% 0.7% -
HSV(B) 176.69º 0.53% 0.95% -
XYZ 53.25 72.43 89.02 -
YUV 202.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 114 241 234 0.53 0 0.03 0.05 176.69 0.82 0.7
Hex 72 F1 EA 35 0 3 5 B1 52 46
Octal 162 361 352 65 0 3 5 261 122 106
Binary 1110010 11110001 11101010 110101 0 11 101 10110001 1010010 1000110

Color Harmonies of #72F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F1EA

Black with #72F1EA

Text Example


Text Example

White with #72F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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