#7bb7fe

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

Shades of Maya Blue #7BB7FE

Tints of Maya Blue #7BB7FE

Color information

#7BB7FE (or 0x7BB7FE) is unknown color: approx Maya Blue. HEX triplet: 7B, B7 and FE. RGB value is (123,183,254). Sum of RGB (Red+Green+Blue) = 123+183+254=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BB7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB7FE is #844801. Grayscale: #ACACAC. Windows color (decimal): -8669186 or 16693115. OLE color: 16693115.

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

Color convert

RGB123183254-
CMYK0.520.2800.00
HSL212.52º98.5%73.92%-
HSV(B)212.52º51.57%99.61%-
XYZ42.9945.23100.23-
YUV173.15173.6292.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.96%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=21.96%
G=32.68%
B=45.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1231832540.520.2800.00212.5298.573.92
Hex7BB7FE341C00d5624a
Octal173267376643400325142112
Binary1111011101101111111111011010011100001101010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bb7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,183,254); }

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

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

 a { background-color: rgb(123,183,254); }

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

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

 span { border-color: rgb(123,183,254); }

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