#7BB8F2

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

Shades of Maya Blue #7BB8F2

Tints of Maya Blue #7BB8F2

Color information

#7BB8F2 (or 0x7BB8F2) is unknown color: approx Maya Blue. HEX triplet: 7B, B8 and F2. RGB value is (123,184,242). Sum of RGB (Red+Green+Blue) = 123+184+242=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BB8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB8F2 is #84470D. Grayscale: #ACACAC. Windows color (decimal): -8668942 or 15906939. OLE color: 15906939.

HSL color Cylindrical-coordinate representation of color #7BB8F2: hue angle of 209.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BB8F2 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123184242-
CMYK0.490.2400.05
HSL209.24º82.07%71.57%-
HSV(B)209.24º49.17%94.9%-
XYZ41.3444.990.49-
YUV172.37167.2992.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.40%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=22.40%
G=33.52%
B=44.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231842420.490.2400.05209.2482.0771.57
Hex7BB8F2311805d15248
Octal173270362613005321122110
Binary111101110111000111100101100011100001011101000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,184,242); }

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

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

 a { background-color: rgb(123,184,242); }

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

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

 span { border-color: rgb(123,184,242); }

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