Html Css Color HEX #72C0FB Maya Blue

📋 copy color: '#72C0FB'

red 114 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #72C0FB

Tints of Maya Blue #72C0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 20.47%
G = 34.47%
B = 45.06%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72C0FB (or 0x72C0FB) is known color: Maya Blue. HEX triplet: 72, C0 and FB. RGB value is (114,192,251). Sum of RGB (Red+Green+Blue) = 114+192+251=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #72C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0FB is #8D3F04. Grayscale: #AFAFAF. Windows color (decimal): -9256709 or 16498802. OLE color: 16498802.

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

Color convert

RGB 114 192 251 -
CMYK 0.55 0.24 0 0.02
HSL 205.84º 0.94% 0.72% -
HSV(B) 205.84º 0.55% 0.98% -
XYZ 43.2 48.24 98.3 -
YUV 175.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 114 192 251 0.55 0.24 0 0.02 205.84 0.94 0.72
Hex 72 C0 FB 37 18 0 2 CE 5E 48
Octal 162 300 373 67 30 0 2 316 136 110
Binary 1110010 11000000 11111011 110111 11000 0 10 11001110 1011110 1001000

Color Harmonies of #72C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0FB

Black with #72C0FB

Text Example


Text Example

White with #72C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,192,251); }

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

background-color css

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

 a { background-color: rgb(114,192,251); }

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

border-color css

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

 span { border-color: rgb(114,192,251); }

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