Html Css Color HEX #72CEFC Maya Blue

📋 copy color: '#72CEFC'

red 114 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #72CEFC

Tints of Maya Blue #72CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 19.93%
G = 36.01%
B = 44.06%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#72CEFC (or 0x72CEFC) is known color: Maya Blue. HEX triplet: 72, CE and FC. RGB value is (114,206,252). Sum of RGB (Red+Green+Blue) = 114+206+252=572 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.93% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #72CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CEFC is #8D3103. Grayscale: #B7B7B7. Windows color (decimal): -9253124 or 16567922. OLE color: 16567922.

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

Color convert

RGB 114 206 252 -
CMYK 0.55 0.18 0 0.01
HSL 200º 0.96% 0.72% -
HSV(B) 200º 0.55% 0.99% -
XYZ 46.58 54.75 100.21 -
YUV 183.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 114 206 252 0.55 0.18 0 0.01 200 0.96 0.72
Hex 72 CE FC 37 12 0 1 C8 60 48
Octal 162 316 374 67 22 0 1 310 140 110
Binary 1110010 11001110 11111100 110111 10010 0 1 11001000 1100000 1001000

Color Harmonies of #72CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEFC

Black with #72CEFC

Text Example


Text Example

White with #72CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,206,252); }

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

background-color css

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

 a { background-color: rgb(114,206,252); }

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

border-color css

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

 span { border-color: rgb(114,206,252); }

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