Html Css Color HEX #72BBED Maya Blue

📋 copy color: '#72BBED'

red 114 ◦ green 187 ◦ blue 237

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

Shades of Maya Blue #72BBED

Tints of Maya Blue #72BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 21.19%
G = 34.76%
B = 44.05%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72BBED (or 0x72BBED) is known color: Maya Blue. HEX triplet: 72, BB and ED. RGB value is (114,187,237). Sum of RGB (Red+Green+Blue) = 114+187+237=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #72BBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BBED is #8D4412. Grayscale: #AAAAAA. Windows color (decimal): -9258003 or 15580018. OLE color: 15580018.

HSL color Cylindrical-coordinate representation of color #72BBED: hue angle of 204.39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72BBED is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 187 237 -
CMYK 0.52 0.21 0 0.07
HSL 204.39º 0.77% 0.69% -
HSV(B) 204.39º 0.52% 0.93% -
XYZ 40 45.23 86.74 -
YUV 170.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 114 187 237 0.52 0.21 0 0.07 204.39 0.77 0.69
Hex 72 BB ED 34 15 0 7 CC 4D 45
Octal 162 273 355 64 25 0 7 314 115 105
Binary 1110010 10111011 11101101 110100 10101 0 111 11001100 1001101 1000101

Color Harmonies of #72BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBED

Black with #72BBED

Text Example


Text Example

White with #72BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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