Html Css Color HEX #72D3FF Maya Blue

📋 copy color: '#72D3FF'

red 114 ◦ green 211 ◦ blue 255

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

Shades of Maya Blue #72D3FF

Tints of Maya Blue #72D3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

 BLUE value IS 255 (100% from 255) = 43.97%

R = 19.66%
G = 36.38%
B = 43.97%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72D3FF (or 0x72D3FF) is known color: Maya Blue. HEX triplet: 72, D3 and FF. RGB value is (114,211,255). Sum of RGB (Red+Green+Blue) = 114+211+255=580 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.66% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #72D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D3FF is #8D2C00. Grayscale: #BABABA. Windows color (decimal): -9251841 or 16765810. OLE color: 16765810.

HSL color Cylindrical-coordinate representation of color #72D3FF: hue angle of 198.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72D3FF is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 211 255 -
CMYK 0.55 0.17 0 0
HSL 198.72º 1% 0.72% -
HSV(B) 198.72º 0.55% 1% -
XYZ 48.28 57.39 103.14 -
YUV 187.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 114 211 255 0.55 0.17 0 0 198.72 1 0.72
Hex 72 D3 FF 37 11 0 0 C7 64 48
Octal 162 323 377 67 21 0 0 307 144 110
Binary 1110010 11010011 11111111 110111 10001 0 0 11000111 1100100 1001000

Color Harmonies of #72D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D3FF

Black with #72D3FF

Text Example


Text Example

White with #72D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,211,255); }

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

background-color css

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

 a { background-color: rgb(114,211,255); }

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

border-color css

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

 span { border-color: rgb(114,211,255); }

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