#7BBBFD

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

Shades of Maya Blue #7BBBFD

Tints of Maya Blue #7BBBFD

Color information

#7BBBFD (or 0x7BBBFD) is unknown color: approx Maya Blue. HEX triplet: 7B, BB and FD. RGB value is (123,187,253). Sum of RGB (Red+Green+Blue) = 123+187+253=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BBBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBBFD is #844402. Grayscale: #AFAFAF. Windows color (decimal): -8668163 or 16628603. OLE color: 16628603.

HSL color Cylindrical-coordinate representation of color #7BBBFD: hue angle of 210.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBBFD is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123187253-
CMYK0.510.2600.01
HSL210.46º97.01%73.73%-
HSV(B)210.46º51.38%99.22%-
XYZ43.6746.8499.67-
YUV175.39171.890.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.85%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=21.85%
G=33.21%
B=44.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231872530.510.2600.01210.4697.0173.73
Hex7BBBFD331A01d2614a
Octal173273375633201322141112
Binary1111011101110111111110111001111010011101001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,253); }

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

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

 a { background-color: rgb(123,187,253); }

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

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

 span { border-color: rgb(123,187,253); }

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