Html Css Color HEX #72B2FE Maya Blue

📋 copy color: '#72B2FE'

red 114 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #72B2FE

Tints of Maya Blue #72B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.6%

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

R = 20.88%
G = 32.6%
B = 46.52%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72B2FE (or 0x72B2FE) is known color: Maya Blue. HEX triplet: 72, B2 and FE. RGB value is (114,178,254). Sum of RGB (Red+Green+Blue) = 114+178+254=546 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.88% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #72B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72B2FE is #8D4D01. Grayscale: #A7A7A7. Windows color (decimal): -9260290 or 16691826. OLE color: 16691826.

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

Color convert

RGB 114 178 254 -
CMYK 0.55 0.30 0 0.00
HSL 212.57º 0.99% 0.72% -
HSV(B) 212.57º 0.55% 1% -
XYZ 40.75 42.57 99.84 -
YUV 167.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 114 178 254 0.55 0.30 0 0.00 212.57 0.99 0.72
Hex 72 B2 FE 37 1E 0 0 D5 63 48
Octal 162 262 376 67 36 0 0 325 143 110
Binary 1110010 10110010 11111110 110111 11110 0 0 11010101 1100011 1001000

Color Harmonies of #72B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2FE

Black with #72B2FE

Text Example


Text Example

White with #72B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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