#72BFEE

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

Shades of Maya Blue #72BFEE

Tints of Maya Blue #72BFEE

Color information

#72BFEE (or 0x72BFEE) is unknown color: approx Maya Blue. HEX triplet: 72, BF and EE. RGB value is (114,191,238). Sum of RGB (Red+Green+Blue) = 114+191+238=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #72BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFEE is #8D4011. Grayscale: #ADADAD. Windows color (decimal): -9256978 or 15646578. OLE color: 15646578.

HSL color Cylindrical-coordinate representation of color #72BFEE: hue angle of 202.74º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72BFEE is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114191238-
CMYK0.520.2000.07
HSL202.74º78.48%69.02%-
HSV(B)202.74º52.1%93.33%-
XYZ4147.0187.8-
YUV173.33164.4985.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.99%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=20.99%
G=35.17%
B=43.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141912380.520.2000.07202.7478.4869.02
Hex72BFEE341407cb4e45
Octal162277356642407313116105
Binary111001010111111111011101101001010001111100101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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