#7BC0EA

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

Shades of Maya Blue #7BC0EA

Tints of Maya Blue #7BC0EA

Color information

#7BC0EA (or 0x7BC0EA) is unknown color: approx Maya Blue. HEX triplet: 7B, C0 and EA. RGB value is (123,192,234). Sum of RGB (Red+Green+Blue) = 123+192+234=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BC0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0EA is #843F15. Grayscale: #AFAFAF. Windows color (decimal): -8666902 or 15384699. OLE color: 15384699.

HSL color Cylindrical-coordinate representation of color #7BC0EA: hue angle of 202.7º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BC0EA is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123192234-
CMYK0.470.1800.08
HSL202.7º72.55%70%-
HSV(B)202.7º47.44%91.76%-
XYZ41.8747.8584.87-
YUV176.16160.6490.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.40%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=22.40%
G=34.97%
B=42.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231922340.470.1800.08202.772.5570
Hex7BC0EA2F1208cb4946
Octal1733003525722010313111106
Binary1111011110000001110101010111110010010001100101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,234); }

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

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

 a { background-color: rgb(123,192,234); }

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

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

 span { border-color: rgb(123,192,234); }

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