#7CBDEC

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

Shades of Maya Blue #7CBDEC

Tints of Maya Blue #7CBDEC

Color information

#7CBDEC (or 0x7CBDEC) is unknown color: approx Maya Blue. HEX triplet: 7C, BD and EC. RGB value is (124,189,236). Sum of RGB (Red+Green+Blue) = 124+189+236=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBDEC is #834213. Grayscale: #AEAEAE. Windows color (decimal): -8602132 or 15515004. OLE color: 15515004.

HSL color Cylindrical-coordinate representation of color #7CBDEC: hue angle of 205.18º 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 #7CBDEC is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124189236-
CMYK0.470.2000.07
HSL205.18º74.67%70.59%-
HSV(B)205.18º47.46%92.55%-
XYZ41.6546.7486.18-
YUV174.92162.4791.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.59%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=22.59%
G=34.43%
B=42.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241892360.470.2000.07205.1874.6770.59
Hex7CBDEC2F1407cd4b47
Octal174275354572407315113107
Binary111110010111101111011001011111010001111100110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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