Html Css Color HEX #72C4FF Maya Blue

📋 copy color: '#72C4FF'

red 114 ◦ green 196 ◦ blue 255

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

Shades of Maya Blue #72C4FF

Tints of Maya Blue #72C4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.69%

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

R = 20.18%
G = 34.69%
B = 45.13%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72C4FF (or 0x72C4FF) is known color: Maya Blue. HEX triplet: 72, C4 and FF. RGB value is (114,196,255). Sum of RGB (Red+Green+Blue) = 114+196+255=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #72C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C4FF is #8D3B00. Grayscale: #B1B1B1. Windows color (decimal): -9255681 or 16761970. OLE color: 16761970.

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

Color convert

RGB 114 196 255 -
CMYK 0.55 0.23 0 0
HSL 205.11º 1% 0.72% -
HSV(B) 205.11º 0.55% 1% -
XYZ 44.73 50.28 101.95 -
YUV 178.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 114 196 255 0.55 0.23 0 0 205.11 1 0.72
Hex 72 C4 FF 37 17 0 0 CD 64 48
Octal 162 304 377 67 27 0 0 315 144 110
Binary 1110010 11000100 11111111 110111 10111 0 0 11001101 1100100 1001000

Color Harmonies of #72C4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C4FF

Black with #72C4FF

Text Example


Text Example

White with #72C4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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