Html Css Color HEX #72BFFB Maya Blue

📋 copy color: '#72BFFB'

red 114 ◦ green 191 ◦ blue 251

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

Shades of Maya Blue #72BFFB

Tints of Maya Blue #72BFFB

RGB

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

 GREEN value IS 191 (75% from 255) = 34.35%

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 20.5%
G = 34.35%
B = 45.14%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72BFFB (or 0x72BFFB) is known color: Maya Blue. HEX triplet: 72, BF and FB. RGB value is (114,191,251). Sum of RGB (Red+Green+Blue) = 114+191+251=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #72BFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFFB is #8D4004. Grayscale: #AEAEAE. Windows color (decimal): -9256965 or 16498546. OLE color: 16498546.

HSL color Cylindrical-coordinate representation of color #72BFFB: hue angle of 206.28º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BFFB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 191 251 -
CMYK 0.55 0.24 0 0.02
HSL 206.28º 0.94% 0.72% -
HSV(B) 206.28º 0.55% 0.98% -
XYZ 42.98 47.8 98.23 -
YUV 174.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 114 191 251 0.55 0.24 0 0.02 206.28 0.94 0.72
Hex 72 BF FB 37 18 0 2 CE 5E 48
Octal 162 277 373 67 30 0 2 316 136 110
Binary 1110010 10111111 11111011 110111 11000 0 10 11001110 1011110 1001000

Color Harmonies of #72BFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFFB

Black with #72BFFB

Text Example


Text Example

White with #72BFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,191,251); }

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

background-color css

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

 a { background-color: rgb(114,191,251); }

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

border-color css

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

 span { border-color: rgb(114,191,251); }

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