#7BBBFF

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

Shades of Maya Blue #7BBBFF

Tints of Maya Blue #7BBBFF

Color information

#7BBBFF (or 0x7BBBFF) is unknown color: approx Maya Blue. HEX triplet: 7B, BB and FF. RGB value is (123,187,255). Sum of RGB (Red+Green+Blue) = 123+187+255=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBBFF is #844400. Grayscale: #AFAFAF. Windows color (decimal): -8668161 or 16759675. OLE color: 16759675.

HSL color Cylindrical-coordinate representation of color #7BBBFF: hue angle of 210.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BBBFF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB123187255-
CMYK0.520.2700
HSL210.91º100%74.12%-
HSV(B)210.91º51.76%100%-
XYZ43.9946.97101.36-
YUV175.62172.890.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.77%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 255 (100% from 255) = 45.13%
R=21.77%
G=33.10%
B=45.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231872550.520.2700210.9110074.12
Hex7BBBFF341B00d3644a
Octal173273377643300323144112
Binary1111011101110111111111111010011011001101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,255); }

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

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

 a { background-color: rgb(123,187,255); }

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

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

 span { border-color: rgb(123,187,255); }

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