#7DBBFB

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

Shades of Maya Blue #7DBBFB

Tints of Maya Blue #7DBBFB

Color information

#7DBBFB (or 0x7DBBFB) is unknown color: approx Maya Blue. HEX triplet: 7D, BB and FB. RGB value is (125,187,251). Sum of RGB (Red+Green+Blue) = 125+187+251=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DBBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBFB is #824404. Grayscale: #AFAFAF. Windows color (decimal): -8537093 or 16497533. OLE color: 16497533.

HSL color Cylindrical-coordinate representation of color #7DBBFB: hue angle of 210.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBBFB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125187251-
CMYK0.500.2500.02
HSL210.48º94.03%73.73%-
HSV(B)210.48º50.2%98.43%-
XYZ43.6446.8798.01-
YUV175.76170.4691.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=22.20%
G=33.21%
B=44.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251872510.500.2500.02210.4894.0373.73
Hex7DBBFB321902d25e4a
Octal175273373623102322136112
Binary11111011011101111111011110010110010101101001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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