Html Css Color HEX #72BDF8 Maya Blue

📋 copy color: '#72BDF8'

red 114 ◦ green 189 ◦ blue 248

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

Shades of Maya Blue #72BDF8

Tints of Maya Blue #72BDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.01%

R = 20.69%
G = 34.3%
B = 45.01%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#72BDF8 (or 0x72BDF8) is known color: Maya Blue. HEX triplet: 72, BD and F8. RGB value is (114,189,248). Sum of RGB (Red+Green+Blue) = 114+189+248=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #72BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDF8 is #8D4207. Grayscale: #ACACAC. Windows color (decimal): -9257480 or 16301426. OLE color: 16301426.

HSL color Cylindrical-coordinate representation of color #72BDF8: hue angle of 206.42º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72BDF8 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 189 248 -
CMYK 0.54 0.24 0 0.03
HSL 206.42º 0.91% 0.71% -
HSV(B) 206.42º 0.54% 0.97% -
XYZ 42.08 46.75 95.61 -
YUV 173.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 114 189 248 0.54 0.24 0 0.03 206.42 0.91 0.71
Hex 72 BD F8 36 18 0 3 CE 5B 47
Octal 162 275 370 66 30 0 3 316 133 107
Binary 1110010 10111101 11111000 110110 11000 0 11 11001110 1011011 1000111

Color Harmonies of #72BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDF8

Black with #72BDF8

Text Example


Text Example

White with #72BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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