Html Css Color HEX #72CBFC Maya Blue

📋 copy color: '#72CBFC'

red 114 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #72CBFC

Tints of Maya Blue #72CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.68%

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

R = 20.04%
G = 35.68%
B = 44.29%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#72CBFC (or 0x72CBFC) is known color: Maya Blue. HEX triplet: 72, CB and FC. RGB value is (114,203,252). Sum of RGB (Red+Green+Blue) = 114+203+252=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #72CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CBFC is #8D3403. Grayscale: #B5B5B5. Windows color (decimal): -9253892 or 16567154. OLE color: 16567154.

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

Color convert

RGB 114 203 252 -
CMYK 0.55 0.19 0 0.01
HSL 201.3º 0.96% 0.72% -
HSV(B) 201.3º 0.55% 0.99% -
XYZ 45.87 53.32 99.97 -
YUV 181.98 167.51 79.52 -
System Red Green Blue C M Y K H S L
Decimal 114 203 252 0.55 0.19 0 0.01 201.3 0.96 0.72
Hex 72 CB FC 37 13 0 1 C9 60 48
Octal 162 313 374 67 23 0 1 311 140 110
Binary 1110010 11001011 11111100 110111 10011 0 1 11001001 1100000 1001000

Color Harmonies of #72CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBFC

Black with #72CBFC

Text Example


Text Example

White with #72CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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