Html Css Color HEX #72F8FF Baby Blue

📋 copy color: '#72F8FF'

red 114 ◦ green 248 ◦ blue 255

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

Shades of Baby Blue #72F8FF

Tints of Baby Blue #72F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.19%

 BLUE value IS 255 (100% from 255) = 41.33%

R = 18.48%
G = 40.19%
B = 41.33%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72F8FF (or 0x72F8FF) is known color: Baby Blue. HEX triplet: 72, F8 and FF. RGB value is (114,248,255). Sum of RGB (Red+Green+Blue) = 114+248+255=617 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.48% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #72F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F8FF is #8D0700. Grayscale: #D0D0D0. Windows color (decimal): -9242369 or 16775282. OLE color: 16775282.

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

Color convert

RGB 114 248 255 -
CMYK 0.55 0.03 0 0
HSL 182.98º 1% 0.72% -
HSV(B) 182.98º 0.55% 1% -
XYZ 58.56 77.93 106.56 -
YUV 208.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 114 248 255 0.55 0.03 0 0 182.98 1 0.72
Hex 72 F8 FF 37 3 0 0 B7 64 48
Octal 162 370 377 67 3 0 0 267 144 110
Binary 1110010 11111000 11111111 110111 11 0 0 10110111 1100100 1001000

Color Harmonies of #72F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F8FF

Black with #72F8FF

Text Example


Text Example

White with #72F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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