Html Css Color HEX #72CFF6 Maya Blue

📋 copy color: '#72CFF6'

red 114 ◦ green 207 ◦ blue 246

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

Shades of Maya Blue #72CFF6

Tints of Maya Blue #72CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.51%

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 20.11%
G = 36.51%
B = 43.39%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#72CFF6 (or 0x72CFF6) is known color: Maya Blue. HEX triplet: 72, CF and F6. RGB value is (114,207,246). Sum of RGB (Red+Green+Blue) = 114+207+246=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #72CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFF6 is #8D3009. Grayscale: #B7B7B7. Windows color (decimal): -9252874 or 16174962. OLE color: 16174962.

HSL color Cylindrical-coordinate representation of color #72CFF6: hue angle of 197.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72CFF6 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 207 246 -
CMYK 0.54 0.16 0 0.04
HSL 197.73º 0.88% 0.71% -
HSV(B) 197.73º 0.54% 0.96% -
XYZ 45.89 54.86 95.36 -
YUV 183.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 114 207 246 0.54 0.16 0 0.04 197.73 0.88 0.71
Hex 72 CF F6 36 10 0 4 C6 58 47
Octal 162 317 366 66 20 0 4 306 130 107
Binary 1110010 11001111 11110110 110110 10000 0 100 11000110 1011000 1000111

Color Harmonies of #72CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFF6

Black with #72CFF6

Text Example


Text Example

White with #72CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,246); }

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

background-color css

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

 a { background-color: rgb(114,207,246); }

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

border-color css

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

 span { border-color: rgb(114,207,246); }

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