#7BBEFF

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

Shades of Maya Blue #7BBEFF

Tints of Maya Blue #7BBEFF

Color information

#7BBEFF (or 0x7BBEFF) is unknown color: approx Maya Blue. HEX triplet: 7B, BE and FF. RGB value is (123,190,255). Sum of RGB (Red+Green+Blue) = 123+190+255=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEFF is #844100. Grayscale: #B1B1B1. Windows color (decimal): -8667393 or 16760443. OLE color: 16760443.

HSL color Cylindrical-coordinate representation of color #7BBEFF: hue angle of 209.55º 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 #7BBEFF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB123190255-
CMYK0.520.2500
HSL209.55º100%74.12%-
HSV(B)209.55º51.76%100%-
XYZ44.6348.26101.57-
YUV177.38171.889.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.65%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 255 (100% from 255) = 44.89%
R=21.65%
G=33.45%
B=44.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231902550.520.2500209.5510074.12
Hex7BBEFF341900d2644a
Octal173276377643100322144112
Binary1111011101111101111111111010011001001101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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