#7BC0EB

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

Shades of Maya Blue #7BC0EB

Tints of Maya Blue #7BC0EB

Color information

#7BC0EB (or 0x7BC0EB) is unknown color: approx Maya Blue. HEX triplet: 7B, C0 and EB. RGB value is (123,192,235). Sum of RGB (Red+Green+Blue) = 123+192+235=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BC0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0EB is #843F14. Grayscale: #B0B0B0. Windows color (decimal): -8666901 or 15450235. OLE color: 15450235.

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

Color convert

RGB123192235-
CMYK0.480.1800.08
HSL203.04º73.68%70.2%-
HSV(B)203.04º47.66%92.16%-
XYZ42.0147.9185.63-
YUV176.27161.1490-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.36%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=22.36%
G=34.91%
B=42.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231922350.480.1800.08203.0473.6870.2
Hex7BC0EB301208cb4a46
Octal1733003536022010313112106
Binary1111011110000001110101111000010010010001100101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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