Html Css Color HEX #72F1E9 Baby Blue

📋 copy color: '#72F1E9'

red 114 ◦ green 241 ◦ blue 233

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

Shades of Baby Blue #72F1E9

Tints of Baby Blue #72F1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.63%

R = 19.39%
G = 40.99%
B = 39.63%

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

#72F1E9 (or 0x72F1E9) is known color: Baby Blue. HEX triplet: 72, F1 and E9. RGB value is (114,241,233). Sum of RGB (Red+Green+Blue) = 114+241+233=588 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.39% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F1E9 is #8D0E16. Grayscale: #CACACA. Windows color (decimal): -9244183 or 15331698. OLE color: 15331698.

HSL color Cylindrical-coordinate representation of color #72F1E9: hue angle of 176.22º 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 #72F1E9 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 241 233 -
CMYK 0.53 0 0.03 0.05
HSL 176.22º 0.82% 0.7% -
HSV(B) 176.22º 0.53% 0.95% -
XYZ 53.1 72.37 88.26 -
YUV 202.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 114 241 233 0.53 0 0.03 0.05 176.22 0.82 0.7
Hex 72 F1 E9 35 0 3 5 B0 52 46
Octal 162 361 351 65 0 3 5 260 122 106
Binary 1110010 11110001 11101001 110101 0 11 101 10110000 1010010 1000110

Color Harmonies of #72F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F1E9

Black with #72F1E9

Text Example


Text Example

White with #72F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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