#7BB9FF

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

Shades of Maya Blue #7BB9FF

Tints of Maya Blue #7BB9FF

Color information

#7BB9FF (or 0x7BB9FF) is unknown color: approx Maya Blue. HEX triplet: 7B, B9 and FF. RGB value is (123,185,255). Sum of RGB (Red+Green+Blue) = 123+185+255=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BB9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB9FF is #844600. Grayscale: #AEAEAE. Windows color (decimal): -8668673 or 16759163. OLE color: 16759163.

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

Color convert

RGB123185255-
CMYK0.520.2700
HSL211.82º100%74.12%-
HSV(B)211.82º51.76%100%-
XYZ43.5746.13101.22-
YUV174.44173.4691.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.85%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 255 (100% from 255) = 45.29%
R=21.85%
G=32.86%
B=45.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231852550.520.2700211.8210074.12
Hex7BB9FF341B00d4644a
Octal173271377643300324144112
Binary1111011101110011111111111010011011001101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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