Html Css Color HEX #72BDEF Maya Blue

📋 copy color: '#72BDEF'

red 114 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #72BDEF

Tints of Maya Blue #72BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.87%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 21.03%
G = 34.87%
B = 44.1%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#72BDEF (or 0x72BDEF) is known color: Maya Blue. HEX triplet: 72, BD and EF. RGB value is (114,189,239). Sum of RGB (Red+Green+Blue) = 114+189+239=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #72BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDEF is #8D4210. Grayscale: #ABABAB. Windows color (decimal): -9257489 or 15711602. OLE color: 15711602.

HSL color Cylindrical-coordinate representation of color #72BDEF: hue angle of 204º degrees, saturation: 0.8, 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 #72BDEF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 189 239 -
CMYK 0.52 0.21 0 0.06
HSL 204º 0.8% 0.69% -
HSV(B) 204º 0.52% 0.94% -
XYZ 40.72 46.2 88.43 -
YUV 172.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 114 189 239 0.52 0.21 0 0.06 204 0.8 0.69
Hex 72 BD EF 34 15 0 6 CC 50 45
Octal 162 275 357 64 25 0 6 314 120 105
Binary 1110010 10111101 11101111 110100 10101 0 110 11001100 1010000 1000101

Color Harmonies of #72BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDEF

Black with #72BDEF

Text Example


Text Example

White with #72BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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