#7BBCF0

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

Shades of Maya Blue #7BBCF0

Tints of Maya Blue #7BBCF0

Color information

#7BBCF0 (or 0x7BBCF0) is unknown color: approx Maya Blue. HEX triplet: 7B, BC and F0. RGB value is (123,188,240). Sum of RGB (Red+Green+Blue) = 123+188+240=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #7BBCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBCF0 is #84430F. Grayscale: #AEAEAE. Windows color (decimal): -8667920 or 15776891. OLE color: 15776891.

HSL color Cylindrical-coordinate representation of color #7BBCF0: hue angle of 206.67º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BBCF0 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123188240-
CMYK0.490.2200.06
HSL206.67º79.59%71.18%-
HSV(B)206.67º48.75%94.12%-
XYZ41.8846.4789.2-
YUV174.49164.9791.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.32%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=22.32%
G=34.12%
B=43.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231882400.490.2200.06206.6779.5971.18
Hex7BBCF0311606cf5047
Octal173274360612606317120107
Binary111101110111100111100001100011011001101100111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,240); }

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

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

 a { background-color: rgb(123,188,240); }

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

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

 span { border-color: rgb(123,188,240); }

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