Html Css Color HEX #72BFEB Maya Blue

📋 copy color: '#72BFEB'

red 114 ◦ green 191 ◦ blue 235

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

Shades of Maya Blue #72BFEB

Tints of Maya Blue #72BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 21.11%
G = 35.37%
B = 43.52%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72BFEB (or 0x72BFEB) is known color: Maya Blue. HEX triplet: 72, BF and EB. RGB value is (114,191,235). Sum of RGB (Red+Green+Blue) = 114+191+235=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #72BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFEB is #8D4014. Grayscale: #ACACAC. Windows color (decimal): -9256981 or 15449970. OLE color: 15449970.

HSL color Cylindrical-coordinate representation of color #72BFEB: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BFEB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 191 235 -
CMYK 0.51 0.19 0 0.08
HSL 201.82º 0.75% 0.68% -
HSV(B) 201.82º 0.51% 0.92% -
XYZ 40.57 46.84 85.5 -
YUV 172.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 114 191 235 0.51 0.19 0 0.08 201.82 0.75 0.68
Hex 72 BF EB 33 13 0 8 CA 4B 44
Octal 162 277 353 63 23 0 10 312 113 104
Binary 1110010 10111111 11101011 110011 10011 0 1000 11001010 1001011 1000100

Color Harmonies of #72BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFEB

Black with #72BFEB

Text Example


Text Example

White with #72BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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