Html Css Color HEX #72CEF0 Maya Blue

📋 copy color: '#72CEF0'

red 114 ◦ green 206 ◦ blue 240

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

Shades of Maya Blue #72CEF0

Tints of Maya Blue #72CEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

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

R = 20.36%
G = 36.79%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#72CEF0 (or 0x72CEF0) is known color: Maya Blue. HEX triplet: 72, CE and F0. RGB value is (114,206,240). Sum of RGB (Red+Green+Blue) = 114+206+240=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #72CEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CEF0 is #8D310F. Grayscale: #B6B6B6. Windows color (decimal): -9253136 or 15781490. OLE color: 15781490.

HSL color Cylindrical-coordinate representation of color #72CEF0: hue angle of 196.19º 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 #72CEF0 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 206 240 -
CMYK 0.52 0.14 0 0.06
HSL 196.19º 0.81% 0.69% -
HSV(B) 196.19º 0.53% 0.94% -
XYZ 44.74 54.01 90.51 -
YUV 182.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 114 206 240 0.52 0.14 0 0.06 196.19 0.81 0.69
Hex 72 CE F0 34 E 0 6 C4 51 45
Octal 162 316 360 64 16 0 6 304 121 105
Binary 1110010 11001110 11110000 110100 1110 0 110 11000100 1010001 1000101

Color Harmonies of #72CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEF0

Black with #72CEF0

Text Example


Text Example

White with #72CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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