#72BDFD

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

Shades of Maya Blue #72BDFD

Tints of Maya Blue #72BDFD

Color information

#72BDFD (or 0x72BDFD) is unknown color: approx Maya Blue. HEX triplet: 72, BD and FD. RGB value is (114,189,253). Sum of RGB (Red+Green+Blue) = 114+189+253=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #72BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDFD is #8D4202. Grayscale: #ADADAD. Windows color (decimal): -9257475 or 16629106. OLE color: 16629106.

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

Color convert

RGB114189253-
CMYK0.550.2500.01
HSL207.63º97.2%71.96%-
HSV(B)207.63º54.94%99.22%-
XYZ42.8747.0699.75-
YUV173.87172.6585.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.50%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=20.50%
G=33.99%
B=45.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141892530.550.2500.01207.6397.271.96
Hex72BDFD371901d06148
Octal162275375673101320141110
Binary1110010101111011111110111011111001011101000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,189,253); }

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

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

 a { background-color: rgb(114,189,253); }

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

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

 span { border-color: rgb(114,189,253); }

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