#7DBDFD

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

Shades of Maya Blue #7DBDFD

Tints of Maya Blue #7DBDFD

Color information

#7DBDFD (or 0x7DBDFD) is unknown color: approx Maya Blue. HEX triplet: 7D, BD and FD. RGB value is (125,189,253). Sum of RGB (Red+Green+Blue) = 125+189+253=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDFD is #824202. Grayscale: #B0B0B0. Windows color (decimal): -8536579 or 16629117. OLE color: 16629117.

HSL color Cylindrical-coordinate representation of color #7DBDFD: hue angle of 210º 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 #7DBDFD is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125189253-
CMYK0.510.2500.01
HSL210º96.97%74.12%-
HSV(B)210º50.59%99.22%-
XYZ44.3847.8599.82-
YUV177.16170.890.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=22.05%
G=33.33%
B=44.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251892530.510.2500.0121096.9774.12
Hex7DBDFD331901d2614a
Octal175275375633101322141112
Binary1111101101111011111110111001111001011101001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,189,253); }

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

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

 a { background-color: rgb(125,189,253); }

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

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

 span { border-color: rgb(125,189,253); }

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