Html Css Color HEX #72BAF0 Maya Blue

📋 copy color: '#72BAF0'

red 114 ◦ green 186 ◦ blue 240

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

Shades of Maya Blue #72BAF0

Tints of Maya Blue #72BAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 21.11%
G = 34.44%
B = 44.44%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#72BAF0 (or 0x72BAF0) is known color: Maya Blue. HEX triplet: 72, BA and F0. RGB value is (114,186,240). Sum of RGB (Red+Green+Blue) = 114+186+240=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #72BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BAF0 is #8D450F. Grayscale: #AAAAAA. Windows color (decimal): -9258256 or 15776370. OLE color: 15776370.

HSL color Cylindrical-coordinate representation of color #72BAF0: hue angle of 205.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72BAF0 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 186 240 -
CMYK 0.52 0.22 0 0.06
HSL 205.71º 0.81% 0.69% -
HSV(B) 205.71º 0.53% 0.94% -
XYZ 40.23 44.99 89 -
YUV 170.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 114 186 240 0.52 0.22 0 0.06 205.71 0.81 0.69
Hex 72 BA F0 34 16 0 6 CE 51 45
Octal 162 272 360 64 26 0 6 316 121 105
Binary 1110010 10111010 11110000 110100 10110 0 110 11001110 1010001 1000101

Color Harmonies of #72BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BAF0

Black with #72BAF0

Text Example


Text Example

White with #72BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,240); }

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

background-color css

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

 a { background-color: rgb(114,186,240); }

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

border-color css

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

 span { border-color: rgb(114,186,240); }

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