Html Css Color HEX #72F9EC Baby Blue

📋 copy color: '#72F9EC'

red 114 ◦ green 249 ◦ blue 236

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

Shades of Baby Blue #72F9EC

Tints of Baby Blue #72F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 19.03%
G = 41.57%
B = 39.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#72F9EC (or 0x72F9EC) is known color: Baby Blue. HEX triplet: 72, F9 and EC. RGB value is (114,249,236). Sum of RGB (Red+Green+Blue) = 114+249+236=599 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.03% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F9EC is #8D0613. Grayscale: #CFCFCF. Windows color (decimal): -9242132 or 15530354. OLE color: 15530354.

HSL color Cylindrical-coordinate representation of color #72F9EC: hue angle of 174.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9EC is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 249 236 -
CMYK 0.54 0 0.05 0.02
HSL 174.22º 0.92% 0.71% -
HSV(B) 174.22º 0.54% 0.98% -
XYZ 55.96 77.38 91.34 -
YUV 207.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 114 249 236 0.54 0 0.05 0.02 174.22 0.92 0.71
Hex 72 F9 EC 36 0 5 2 AE 5C 47
Octal 162 371 354 66 0 5 2 256 134 107
Binary 1110010 11111001 11101100 110110 0 101 10 10101110 1011100 1000111

Color Harmonies of #72F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F9EC

Black with #72F9EC

Text Example


Text Example

White with #72F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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