#7CBEEC

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

Shades of Maya Blue #7CBEEC

Tints of Maya Blue #7CBEEC

Color information

#7CBEEC (or 0x7CBEEC) is unknown color: approx Maya Blue. HEX triplet: 7C, BE and EC. RGB value is (124,190,236). Sum of RGB (Red+Green+Blue) = 124+190+236=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBEEC is #834113. Grayscale: #AFAFAF. Windows color (decimal): -8601876 or 15515260. OLE color: 15515260.

HSL color Cylindrical-coordinate representation of color #7CBEEC: hue angle of 204.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CBEEC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124190236-
CMYK0.470.1900.07
HSL204.64º74.67%70.59%-
HSV(B)204.64º47.46%92.55%-
XYZ41.8747.1786.25-
YUV175.51162.1391.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.55%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=22.55%
G=34.55%
B=42.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241902360.470.1900.07204.6474.6770.59
Hex7CBEEC2F1307cd4b47
Octal174276354572307315113107
Binary111110010111110111011001011111001101111100110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,236); }

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

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

 a { background-color: rgb(124,190,236); }

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

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

 span { border-color: rgb(124,190,236); }

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