Html Css Color HEX #72C5FF Maya Blue

📋 copy color: '#72C5FF'

red 114 ◦ green 197 ◦ blue 255

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

Shades of Maya Blue #72C5FF

Tints of Maya Blue #72C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.81%

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

R = 20.14%
G = 34.81%
B = 45.05%

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

#72C5FF (or 0x72C5FF) is known color: Maya Blue. HEX triplet: 72, C5 and FF. RGB value is (114,197,255). Sum of RGB (Red+Green+Blue) = 114+197+255=566 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.14% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #72C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C5FF is #8D3A00. Grayscale: #B2B2B2. Windows color (decimal): -9255425 or 16762226. OLE color: 16762226.

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

Color convert

RGB 114 197 255 -
CMYK 0.55 0.23 0 0
HSL 204.68º 1% 0.72% -
HSV(B) 204.68º 0.55% 1% -
XYZ 44.96 50.73 102.03 -
YUV 178.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 114 197 255 0.55 0.23 0 0 204.68 1 0.72
Hex 72 C5 FF 37 17 0 0 CD 64 48
Octal 162 305 377 67 27 0 0 315 144 110
Binary 1110010 11000101 11111111 110111 10111 0 0 11001101 1100100 1001000

Color Harmonies of #72C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C5FF

Black with #72C5FF

Text Example


Text Example

White with #72C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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