Html Css Color HEX #72BCFF Maya Blue

📋 copy color: '#72BCFF'

red 114 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #72BCFF

Tints of Maya Blue #72BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 20.47%
G = 33.75%
B = 45.78%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72BCFF (or 0x72BCFF) is known color: Maya Blue. HEX triplet: 72, BC and FF. RGB value is (114,188,255). Sum of RGB (Red+Green+Blue) = 114+188+255=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #72BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BCFF is #8D4300. Grayscale: #ADADAD. Windows color (decimal): -9257729 or 16759922. OLE color: 16759922.

HSL color Cylindrical-coordinate representation of color #72BCFF: hue angle of 208.51º 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 #72BCFF is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 188 255 -
CMYK 0.55 0.26 0 0
HSL 208.51º 1% 0.72% -
HSV(B) 208.51º 0.55% 1% -
XYZ 42.97 46.76 101.37 -
YUV 173.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 114 188 255 0.55 0.26 0 0 208.51 1 0.72
Hex 72 BC FF 37 1A 0 0 D1 64 48
Octal 162 274 377 67 32 0 0 321 144 110
Binary 1110010 10111100 11111111 110111 11010 0 0 11010001 1100100 1001000

Color Harmonies of #72BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCFF

Black with #72BCFF

Text Example


Text Example

White with #72BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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