#7BBEF1

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

Shades of Maya Blue #7BBEF1

Tints of Maya Blue #7BBEF1

Color information

#7BBEF1 (or 0x7BBEF1) is unknown color: approx Maya Blue. HEX triplet: 7B, BE and F1. RGB value is (123,190,241). Sum of RGB (Red+Green+Blue) = 123+190+241=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BBEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEF1 is #84410E. Grayscale: #AFAFAF. Windows color (decimal): -8667407 or 15842939. OLE color: 15842939.

HSL color Cylindrical-coordinate representation of color #7BBEF1: hue angle of 205.93º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BBEF1 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123190241-
CMYK0.490.2100.05
HSL205.93º80.82%71.37%-
HSV(B)205.93º48.96%94.51%-
XYZ42.4647.3990.13-
YUV175.78164.890.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.20%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=22.20%
G=34.30%
B=43.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231902410.490.2100.05205.9380.8271.37
Hex7BBEF1311505ce5147
Octal173276361612505316121107
Binary111101110111110111100011100011010101011100111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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