Html Css Color HEX #72FFEE Baby Blue

📋 copy color: '#72FFEE'

red 114 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #72FFEE

Tints of Baby Blue #72FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.21%

R = 18.78%
G = 42.01%
B = 39.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#72FFEE (or 0x72FFEE) is known color: Baby Blue. HEX triplet: 72, FF and EE. RGB value is (114,255,238). Sum of RGB (Red+Green+Blue) = 114+255+238=607 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.78% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFEE is #8D0011. Grayscale: #D2D2D2. Windows color (decimal): -9240594 or 15662962. OLE color: 15662962.

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

Color convert

RGB 114 255 238 -
CMYK 0.55 0 0.07 0
HSL 172.77º 1% 0.72% -
HSV(B) 172.77º 0.55% 1% -
XYZ 58.13 81.27 93.51 -
YUV 210.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 114 255 238 0.55 0 0.07 0 172.77 1 0.72
Hex 72 FF EE 37 0 7 0 AD 64 48
Octal 162 377 356 67 0 7 0 255 144 110
Binary 1110010 11111111 11101110 110111 0 111 0 10101101 1100100 1001000

Color Harmonies of #72FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFEE

Black with #72FFEE

Text Example


Text Example

White with #72FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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