#7CBFFA

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

Shades of Maya Blue #7CBFFA

Tints of Maya Blue #7CBFFA

Color information

#7CBFFA (or 0x7CBFFA) is unknown color: approx Maya Blue. HEX triplet: 7C, BF and FA. RGB value is (124,191,250). Sum of RGB (Red+Green+Blue) = 124+191+250=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CBFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBFFA is #834005. Grayscale: #B1B1B1. Windows color (decimal): -8601606 or 16433020. OLE color: 16433020.

HSL color Cylindrical-coordinate representation of color #7CBFFA: hue angle of 208.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CBFFA is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124191250-
CMYK0.500.2400.02
HSL208.1º92.65%73.33%-
HSV(B)208.1º50.4%98.04%-
XYZ44.248.4597.46-
YUV177.69168.889.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.95%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=21.95%
G=33.81%
B=44.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241912500.500.2400.02208.192.6573.33
Hex7CBFFA321802d05d49
Octal174277372623002320135111
Binary11111001011111111111010110010110000101101000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBFFA; }

 p { color: rgb(124,191,250); }

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

<style>
 a { background-color: #7CBFFA; }

 a { background-color: rgb(124,191,250); }

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

<style>
 span { border-color: #7CBFFA; }

 span { border-color: rgb(124,191,250); }

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