#7BBDF2

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

Shades of Maya Blue #7BBDF2

Tints of Maya Blue #7BBDF2

Color information

#7BBDF2 (or 0x7BBDF2) is unknown color: approx Maya Blue. HEX triplet: 7B, BD and F2. RGB value is (123,189,242). Sum of RGB (Red+Green+Blue) = 123+189+242=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BBDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBDF2 is #84420D. Grayscale: #AFAFAF. Windows color (decimal): -8667662 or 15908219. OLE color: 15908219.

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

Color convert

RGB123189242-
CMYK0.490.2200.05
HSL206.72º82.07%71.57%-
HSV(B)206.72º49.17%94.9%-
XYZ42.3947.0290.85-
YUV175.31165.6390.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.20%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=22.20%
G=34.12%
B=43.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231892420.490.2200.05206.7282.0771.57
Hex7BBDF2311605cf5248
Octal173275362612605317122110
Binary111101110111101111100101100011011001011100111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,189,242); }

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

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

 a { background-color: rgb(123,189,242); }

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

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

 span { border-color: rgb(123,189,242); }

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