Html Css Color HEX #72CDF6 Maya Blue

📋 copy color: '#72CDF6'

red 114 ◦ green 205 ◦ blue 246

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

Shades of Maya Blue #72CDF6

Tints of Maya Blue #72CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

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

R = 20.18%
G = 36.28%
B = 43.54%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#72CDF6 (or 0x72CDF6) is known color: Maya Blue. HEX triplet: 72, CD and F6. RGB value is (114,205,246). Sum of RGB (Red+Green+Blue) = 114+205+246=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #72CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CDF6 is #8D3209. Grayscale: #B6B6B6. Windows color (decimal): -9253386 or 16174450. OLE color: 16174450.

HSL color Cylindrical-coordinate representation of color #72CDF6: hue angle of 198.64º 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 #72CDF6 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 205 246 -
CMYK 0.54 0.17 0 0.04
HSL 198.64º 0.88% 0.71% -
HSV(B) 198.64º 0.54% 0.96% -
XYZ 45.41 53.89 95.2 -
YUV 182.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 114 205 246 0.54 0.17 0 0.04 198.64 0.88 0.71
Hex 72 CD F6 36 11 0 4 C7 58 47
Octal 162 315 366 66 21 0 4 307 130 107
Binary 1110010 11001101 11110110 110110 10001 0 100 11000111 1011000 1000111

Color Harmonies of #72CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDF6

Black with #72CDF6

Text Example


Text Example

White with #72CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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