Html Css Color HEX #72CEFE Maya Blue

📋 copy color: '#72CEFE'

red 114 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #72CEFE

Tints of Maya Blue #72CEFE

RGB

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

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

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

R = 19.86%
G = 35.89%
B = 44.25%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72CEFE (or 0x72CEFE) is known color: Maya Blue. HEX triplet: 72, CE and FE. RGB value is (114,206,254). Sum of RGB (Red+Green+Blue) = 114+206+254=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #72CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CEFE is #8D3101. Grayscale: #B7B7B7. Windows color (decimal): -9253122 or 16698994. OLE color: 16698994.

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

Color convert

RGB 114 206 254 -
CMYK 0.55 0.19 0 0.00
HSL 200.57º 0.99% 0.72% -
HSV(B) 200.57º 0.55% 1% -
XYZ 46.9 54.88 101.89 -
YUV 183.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 114 206 254 0.55 0.19 0 0.00 200.57 0.99 0.72
Hex 72 CE FE 37 13 0 0 C9 63 48
Octal 162 316 376 67 23 0 0 311 143 110
Binary 1110010 11001110 11111110 110111 10011 0 0 11001001 1100011 1001000

Color Harmonies of #72CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEFE

Black with #72CEFE

Text Example


Text Example

White with #72CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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