Html Css Color HEX #72F7FE Baby Blue

📋 copy color: '#72F7FE'

red 114 ◦ green 247 ◦ blue 254

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

Shades of Baby Blue #72F7FE

Tints of Baby Blue #72F7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.16%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 18.54%
G = 40.16%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72F7FE (or 0x72F7FE) is known color: Baby Blue. HEX triplet: 72, F7 and FE. RGB value is (114,247,254). Sum of RGB (Red+Green+Blue) = 114+247+254=615 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.54% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #72F7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F7FE is #8D0801. Grayscale: #CFCFCF. Windows color (decimal): -9242626 or 16709490. OLE color: 16709490.

HSL color Cylindrical-coordinate representation of color #72F7FE: hue angle of 183º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72F7FE is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 247 254 -
CMYK 0.55 0.03 0 0.00
HSL 183º 0.99% 0.72% -
HSV(B) 183º 0.55% 1% -
XYZ 58.09 77.25 105.62 -
YUV 208.03 153.94 60.93 -
System Red Green Blue C M Y K H S L
Decimal 114 247 254 0.55 0.03 0 0.00 183 0.99 0.72
Hex 72 F7 FE 37 3 0 0 B7 63 48
Octal 162 367 376 67 3 0 0 267 143 110
Binary 1110010 11110111 11111110 110111 11 0 0 10110111 1100011 1001000

Color Harmonies of #72F7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F7FE

Black with #72F7FE

Text Example


Text Example

White with #72F7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,247,254); }

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

background-color css

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

 a { background-color: rgb(114,247,254); }

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

border-color css

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

 span { border-color: rgb(114,247,254); }

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