#7BBEF0

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

Shades of Maya Blue #7BBEF0

Tints of Maya Blue #7BBEF0

Color information

#7BBEF0 (or 0x7BBEF0) is unknown color: approx Maya Blue. HEX triplet: 7B, BE and F0. RGB value is (123,190,240). Sum of RGB (Red+Green+Blue) = 123+190+240=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #7BBEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEF0 is #84410F. Grayscale: #AFAFAF. Windows color (decimal): -8667408 or 15777403. OLE color: 15777403.

HSL color Cylindrical-coordinate representation of color #7BBEF0: hue angle of 205.64º 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 #7BBEF0 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123190240-
CMYK0.490.2100.06
HSL205.64º79.59%71.18%-
HSV(B)205.64º48.75%94.12%-
XYZ42.3147.3389.34-
YUV175.67164.390.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.24%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=22.24%
G=34.36%
B=43.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231902400.490.2100.06205.6479.5971.18
Hex7BBEF0311506ce5047
Octal173276360612506316120107
Binary111101110111110111100001100011010101101100111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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