Html Css Color HEX #72BBF0 Maya Blue

📋 copy color: '#72BBF0'

red 114 ◦ green 187 ◦ blue 240

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

Shades of Maya Blue #72BBF0

Tints of Maya Blue #72BBF0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 21.07%
G = 34.57%
B = 44.36%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#72BBF0 (or 0x72BBF0) is known color: Maya Blue. HEX triplet: 72, BB and F0. RGB value is (114,187,240). Sum of RGB (Red+Green+Blue) = 114+187+240=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #72BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BBF0 is #8D440F. Grayscale: #AAAAAA. Windows color (decimal): -9258000 or 15776626. OLE color: 15776626.

HSL color Cylindrical-coordinate representation of color #72BBF0: hue angle of 205.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72BBF0 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 187 240 -
CMYK 0.52 0.22 0 0.06
HSL 205.24º 0.81% 0.69% -
HSV(B) 205.24º 0.53% 0.94% -
XYZ 40.44 45.41 89.07 -
YUV 171.22 166.82 87.19 -
System Red Green Blue C M Y K H S L
Decimal 114 187 240 0.52 0.22 0 0.06 205.24 0.81 0.69
Hex 72 BB F0 34 16 0 6 CD 51 45
Octal 162 273 360 64 26 0 6 315 121 105
Binary 1110010 10111011 11110000 110100 10110 0 110 11001101 1010001 1000101

Color Harmonies of #72BBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBF0

Black with #72BBF0

Text Example


Text Example

White with #72BBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,187,240); }

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

background-color css

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

 a { background-color: rgb(114,187,240); }

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

border-color css

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

 span { border-color: rgb(114,187,240); }

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