#7DBBF1

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

Shades of Maya Blue #7DBBF1

Tints of Maya Blue #7DBBF1

Color information

#7DBBF1 (or 0x7DBBF1) is unknown color: approx Maya Blue. HEX triplet: 7D, BB and F1. RGB value is (125,187,241). Sum of RGB (Red+Green+Blue) = 125+187+241=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DBBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBF1 is #82440E. Grayscale: #AEAEAE. Windows color (decimal): -8537103 or 15842173. OLE color: 15842173.

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

Color convert

RGB125187241-
CMYK0.480.2200.05
HSL207.93º80.56%71.76%-
HSV(B)207.93º48.13%94.51%-
XYZ42.146.2589.93-
YUV174.62165.4692.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=22.60%
G=33.82%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251872410.480.2200.05207.9380.5671.76
Hex7DBBF1301605d05148
Octal175273361602605320121110
Binary111110110111011111100011100001011001011101000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,241); }

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

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

 a { background-color: rgb(125,187,241); }

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

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

 span { border-color: rgb(125,187,241); }

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