#7DBFFF

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

Shades of Maya Blue #7DBFFF

Tints of Maya Blue #7DBFFF

Color information

#7DBFFF (or 0x7DBFFF) is unknown color: approx Maya Blue. HEX triplet: 7D, BF and FF. RGB value is (125,191,255). Sum of RGB (Red+Green+Blue) = 125+191+255=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFFF is #824000. Grayscale: #B2B2B2. Windows color (decimal): -8536065 or 16760701. OLE color: 16760701.

HSL color Cylindrical-coordinate representation of color #7DBFFF: hue angle of 209.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBFFF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125191255-
CMYK0.510.2500
HSL209.54º100%74.51%-
HSV(B)209.54º50.98%100%-
XYZ45.1448.84101.66-
YUV178.56171.1389.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 255 (100% from 255) = 44.66%
R=21.89%
G=33.45%
B=44.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251912550.510.2500209.5410074.51
Hex7DBFFF331900d2644b
Octal175277377633100322144113
Binary1111101101111111111111111001111001001101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,255); }

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

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

 a { background-color: rgb(125,191,255); }

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

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

 span { border-color: rgb(125,191,255); }

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