Html Css Color HEX #72BAFE Maya Blue

📋 copy color: '#72BAFE'

red 114 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #72BAFE

Tints of Maya Blue #72BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 20.58%
G = 33.57%
B = 45.85%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72BAFE (or 0x72BAFE) is known color: Maya Blue. HEX triplet: 72, BA and FE. RGB value is (114,186,254). Sum of RGB (Red+Green+Blue) = 114+186+254=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #72BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BAFE is #8D4501. Grayscale: #ABABAB. Windows color (decimal): -9258242 or 16693874. OLE color: 16693874.

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

Color convert

RGB 114 186 254 -
CMYK 0.55 0.27 0 0.00
HSL 209.14º 0.99% 0.72% -
HSV(B) 209.14º 0.55% 1% -
XYZ 42.39 45.85 100.38 -
YUV 172.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 114 186 254 0.55 0.27 0 0.00 209.14 0.99 0.72
Hex 72 BA FE 37 1B 0 0 D1 63 48
Octal 162 272 376 67 33 0 0 321 143 110
Binary 1110010 10111010 11111110 110111 11011 0 0 11010001 1100011 1001000

Color Harmonies of #72BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BAFE

Black with #72BAFE

Text Example


Text Example

White with #72BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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