Html Css Color HEX #72D2FF Maya Blue

📋 copy color: '#72D2FF'

red 114 ◦ green 210 ◦ blue 255

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

Shades of Maya Blue #72D2FF

Tints of Maya Blue #72D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

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

R = 19.69%
G = 36.27%
B = 44.04%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72D2FF (or 0x72D2FF) is known color: Maya Blue. HEX triplet: 72, D2 and FF. RGB value is (114,210,255). Sum of RGB (Red+Green+Blue) = 114+210+255=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #72D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D2FF is #8D2D00. Grayscale: #BABABA. Windows color (decimal): -9252097 or 16765554. OLE color: 16765554.

HSL color Cylindrical-coordinate representation of color #72D2FF: hue angle of 199.15º 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 #72D2FF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 210 255 -
CMYK 0.55 0.18 0 0
HSL 199.15º 1% 0.72% -
HSV(B) 199.15º 0.55% 1% -
XYZ 48.04 56.89 103.06 -
YUV 186.43 166.7 76.34 -
System Red Green Blue C M Y K H S L
Decimal 114 210 255 0.55 0.18 0 0 199.15 1 0.72
Hex 72 D2 FF 37 12 0 0 C7 64 48
Octal 162 322 377 67 22 0 0 307 144 110
Binary 1110010 11010010 11111111 110111 10010 0 0 11000111 1100100 1001000

Color Harmonies of #72D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2FF

Black with #72D2FF

Text Example


Text Example

White with #72D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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