#72CBFF

Color #72CBFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #72CBFF

Tints of Maya Blue #72CBFF

Color information

#72CBFF (or 0x72CBFF) is unknown color: approx Maya Blue. HEX triplet: 72, CB and FF. RGB value is (114,203,255). Sum of RGB (Red+Green+Blue) = 114+203+255=572 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.93% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #72CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CBFF is #8D3400. Grayscale: #B6B6B6. Windows color (decimal): -9253889 or 16763762. OLE color: 16763762.

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

Color convert

RGB114203255-
CMYK0.550.2000
HSL202.13º100%72.35%-
HSV(B)202.13º55.29%100%-
XYZ46.3553.51102.49-
YUV182.32169.0179.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.93%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 255 (100% from 255) = 44.58%
R=19.93%
G=35.49%
B=44.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142032550.550.2000202.1310072.35
Hex72CBFF371400ca6448
Octal162313377672400312144110
Binary1110010110010111111111111011110100001100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72CBFF;
 }
 .AnyTagClassName
 {
   color: #72CBFF;
 }
</style>
background-color css

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

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

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

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

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

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