Html Css Color HEX #72B5FE Maya Blue

📋 copy color: '#72B5FE'

red 114 ◦ green 181 ◦ blue 254

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

Shades of Maya Blue #72B5FE

Tints of Maya Blue #72B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.97%

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

R = 20.77%
G = 32.97%
B = 46.27%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72B5FE (or 0x72B5FE) is known color: Maya Blue. HEX triplet: 72, B5 and FE. RGB value is (114,181,254). Sum of RGB (Red+Green+Blue) = 114+181+254=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #72B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B5FE is #8D4A01. Grayscale: #A8A8A8. Windows color (decimal): -9259522 or 16692594. OLE color: 16692594.

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

Color convert

RGB 114 181 254 -
CMYK 0.55 0.29 0 0.00
HSL 211.29º 0.99% 0.72% -
HSV(B) 211.29º 0.55% 1% -
XYZ 41.35 43.78 100.04 -
YUV 169.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 114 181 254 0.55 0.29 0 0.00 211.29 0.99 0.72
Hex 72 B5 FE 37 1D 0 0 D3 63 48
Octal 162 265 376 67 35 0 0 323 143 110
Binary 1110010 10110101 11111110 110111 11101 0 0 11010011 1100011 1001000

Color Harmonies of #72B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B5FE

Black with #72B5FE

Text Example


Text Example

White with #72B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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