#7BBFFF

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

Shades of Maya Blue #7BBFFF

Tints of Maya Blue #7BBFFF

Color information

#7BBFFF (or 0x7BBFFF) is unknown color: approx Maya Blue. HEX triplet: 7B, BF and FF. RGB value is (123,191,255). Sum of RGB (Red+Green+Blue) = 123+191+255=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBFFF is #844000. Grayscale: #B1B1B1. Windows color (decimal): -8667137 or 16760699. OLE color: 16760699.

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

Color convert

RGB123191255-
CMYK0.520.2500
HSL209.09º100%74.12%-
HSV(B)209.09º51.76%100%-
XYZ44.8548.69101.64-
YUV177.96171.4788.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.62%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 255 (100% from 255) = 44.82%
R=21.62%
G=33.57%
B=44.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231912550.520.2500209.0910074.12
Hex7BBFFF341900d1644a
Octal173277377643100321144112
Binary1111011101111111111111111010011001001101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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