Html Css Color HEX #72BFF9 Maya Blue

📋 copy color: '#72BFF9'

red 114 ◦ green 191 ◦ blue 249

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

Shades of Maya Blue #72BFF9

Tints of Maya Blue #72BFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 20.58%
G = 34.48%
B = 44.95%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72BFF9 (or 0x72BFF9) is known color: Maya Blue. HEX triplet: 72, BF and F9. RGB value is (114,191,249). Sum of RGB (Red+Green+Blue) = 114+191+249=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #72BFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFF9 is #8D4006. Grayscale: #AEAEAE. Windows color (decimal): -9256967 or 16367474. OLE color: 16367474.

HSL color Cylindrical-coordinate representation of color #72BFF9: hue angle of 205.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72BFF9 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 191 249 -
CMYK 0.54 0.23 0 0.02
HSL 205.78º 0.92% 0.71% -
HSV(B) 205.78º 0.54% 0.98% -
XYZ 42.67 47.68 96.58 -
YUV 174.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 114 191 249 0.54 0.23 0 0.02 205.78 0.92 0.71
Hex 72 BF F9 36 17 0 2 CE 5C 47
Octal 162 277 371 66 27 0 2 316 134 107
Binary 1110010 10111111 11111001 110110 10111 0 10 11001110 1011100 1000111

Color Harmonies of #72BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFF9

Black with #72BFF9

Text Example


Text Example

White with #72BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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