Html Css Color HEX #72BBFF Maya Blue

📋 copy color: '#72BBFF'

red 114 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #72BBFF

Tints of Maya Blue #72BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 20.5%
G = 33.63%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72BBFF (or 0x72BBFF) is known color: Maya Blue. HEX triplet: 72, BB and FF. RGB value is (114,187,255). Sum of RGB (Red+Green+Blue) = 114+187+255=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #72BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BBFF is #8D4400. Grayscale: #ACACAC. Windows color (decimal): -9257985 or 16759666. OLE color: 16759666.

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

Color convert

RGB 114 187 255 -
CMYK 0.55 0.27 0 0
HSL 208.94º 1% 0.72% -
HSV(B) 208.94º 0.55% 1% -
XYZ 42.76 46.34 101.3 -
YUV 172.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 114 187 255 0.55 0.27 0 0 208.94 1 0.72
Hex 72 BB FF 37 1B 0 0 D1 64 48
Octal 162 273 377 67 33 0 0 321 144 110
Binary 1110010 10111011 11111111 110111 11011 0 0 11010001 1100100 1001000

Color Harmonies of #72BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBFF

Black with #72BBFF

Text Example


Text Example

White with #72BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,187,255); }

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

background-color css

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

 a { background-color: rgb(114,187,255); }

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

border-color css

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

 span { border-color: rgb(114,187,255); }

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