Html Css Color HEX #72BFFE Maya Blue

📋 copy color: '#72BFFE'

red 114 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #72BFFE

Tints of Maya Blue #72BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.17%

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

R = 20.39%
G = 34.17%
B = 45.44%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72BFFE (or 0x72BFFE) is known color: Maya Blue. HEX triplet: 72, BF and FE. RGB value is (114,191,254). Sum of RGB (Red+Green+Blue) = 114+191+254=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #72BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFFE is #8D4001. Grayscale: #AEAEAE. Windows color (decimal): -9256962 or 16695154. OLE color: 16695154.

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

Color convert

RGB 114 191 254 -
CMYK 0.55 0.25 0 0.00
HSL 207º 0.99% 0.72% -
HSV(B) 207º 0.55% 1% -
XYZ 43.46 47.99 100.74 -
YUV 175.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 114 191 254 0.55 0.25 0 0.00 207 0.99 0.72
Hex 72 BF FE 37 19 0 0 CF 63 48
Octal 162 277 376 67 31 0 0 317 143 110
Binary 1110010 10111111 11111110 110111 11001 0 0 11001111 1100011 1001000

Color Harmonies of #72BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BFFE

Black with #72BFFE

Text Example


Text Example

White with #72BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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