#7BC4F1

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

Shades of Maya Blue #7BC4F1

Tints of Maya Blue #7BC4F1

Color information

#7BC4F1 (or 0x7BC4F1) is unknown color: approx Maya Blue. HEX triplet: 7B, C4 and F1. RGB value is (123,196,241). Sum of RGB (Red+Green+Blue) = 123+196+241=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BC4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC4F1 is #843B0E. Grayscale: #B3B3B3. Windows color (decimal): -8665871 or 15844475. OLE color: 15844475.

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

Color convert

RGB123196241-
CMYK0.490.1900.05
HSL202.88º80.82%71.37%-
HSV(B)202.88º48.96%94.51%-
XYZ43.7950.0490.57-
YUV179.3162.8287.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.96%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=21.96%
G=35%
B=43.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231962410.490.1900.05202.8880.8271.37
Hex7BC4F1311305cb5147
Octal173304361612305313121107
Binary111101111000100111100011100011001101011100101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,196,241); }

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

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

 a { background-color: rgb(123,196,241); }

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

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

 span { border-color: rgb(123,196,241); }

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