Html Css Color HEX #72C2FE Maya Blue

📋 copy color: '#72C2FE'

red 114 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #72C2FE

Tints of Maya Blue #72C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 20.28%
G = 34.52%
B = 45.2%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72C2FE (or 0x72C2FE) is known color: Maya Blue. HEX triplet: 72, C2 and FE. RGB value is (114,194,254). Sum of RGB (Red+Green+Blue) = 114+194+254=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #72C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C2FE is #8D3D01. Grayscale: #B0B0B0. Windows color (decimal): -9256194 or 16695922. OLE color: 16695922.

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

Color convert

RGB 114 194 254 -
CMYK 0.55 0.24 0 0.00
HSL 205.71º 0.99% 0.72% -
HSV(B) 205.71º 0.55% 1% -
XYZ 44.12 49.32 100.96 -
YUV 176.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 114 194 254 0.55 0.24 0 0.00 205.71 0.99 0.72
Hex 72 C2 FE 37 18 0 0 CE 63 48
Octal 162 302 376 67 30 0 0 316 143 110
Binary 1110010 11000010 11111110 110111 11000 0 0 11001110 1100011 1001000

Color Harmonies of #72C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C2FE

Black with #72C2FE

Text Example


Text Example

White with #72C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,194,254); }

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

background-color css

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

 a { background-color: rgb(114,194,254); }

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

border-color css

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

 span { border-color: rgb(114,194,254); }

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