#72F9FE

Color #72F9FE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #72F9FE

Tints of Baby Blue #72F9FE

Color information

#72F9FE (or 0x72F9FE) is unknown color: approx Baby Blue. HEX triplet: 72, F9 and FE. RGB value is (114,249,254). Sum of RGB (Red+Green+Blue) = 114+249+254=617 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.48% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #72F9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F9FE is #8D0601. Grayscale: #D1D1D1. Windows color (decimal): -9242114 or 16710002. OLE color: 16710002.

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

Color convert

RGB114249254-
CMYK0.550.0200.00
HSL182.14º98.59%72.16%-
HSV(B)182.14º55.12%99.61%-
XYZ58.778.48105.82-
YUV209.2153.2760.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.48%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=18.48%
G=40.36%
B=41.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142492540.550.0200.00182.1498.5972.16
Hex72F9FE37200b66348
Octal16237137667200266143110
Binary1110010111110011111111011011110001011011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72F9FE;
 }
 .AnyTagClassName
 {
   color: #72F9FE;
 }
</style>
background-color css

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

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

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

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

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

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