Html Css Color HEX #72BDFF Maya Blue

📋 copy color: '#72BDFF'

red 114 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #72BDFF

Tints of Maya Blue #72BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

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

R = 20.43%
G = 33.87%
B = 45.7%

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

#72BDFF (or 0x72BDFF) is known color: Maya Blue. HEX triplet: 72, BD and FF. RGB value is (114,189,255). Sum of RGB (Red+Green+Blue) = 114+189+255=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #72BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDFF is #8D4200. Grayscale: #ADADAD. Windows color (decimal): -9257473 or 16760178. OLE color: 16760178.

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

Color convert

RGB 114 189 255 -
CMYK 0.55 0.26 0 0
HSL 208.09º 1% 0.72% -
HSV(B) 208.09º 0.55% 1% -
XYZ 43.19 47.19 101.44 -
YUV 174.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 114 189 255 0.55 0.26 0 0 208.09 1 0.72
Hex 72 BD FF 37 1A 0 0 D0 64 48
Octal 162 275 377 67 32 0 0 320 144 110
Binary 1110010 10111101 11111111 110111 11010 0 0 11010000 1100100 1001000

Color Harmonies of #72BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDFF

Black with #72BDFF

Text Example


Text Example

White with #72BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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