Html Css Color HEX #72BEFF Maya Blue

📋 copy color: '#72BEFF'

red 114 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #72BEFF

Tints of Maya Blue #72BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.99%

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

R = 20.39%
G = 33.99%
B = 45.62%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72BEFF (or 0x72BEFF) is known color: Maya Blue. HEX triplet: 72, BE and FF. RGB value is (114,190,255). Sum of RGB (Red+Green+Blue) = 114+190+255=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #72BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BEFF is #8D4100. Grayscale: #AEAEAE. Windows color (decimal): -9257217 or 16760434. OLE color: 16760434.

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

Color convert

RGB 114 190 255 -
CMYK 0.55 0.25 0 0
HSL 207.66º 1% 0.72% -
HSV(B) 207.66º 0.55% 1% -
XYZ 43.4 47.62 101.51 -
YUV 174.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 114 190 255 0.55 0.25 0 0 207.66 1 0.72
Hex 72 BE FF 37 19 0 0 D0 64 48
Octal 162 276 377 67 31 0 0 320 144 110
Binary 1110010 10111110 11111111 110111 11001 0 0 11010000 1100100 1001000

Color Harmonies of #72BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BEFF

Black with #72BEFF

Text Example


Text Example

White with #72BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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