#7DBFF1

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

Shades of Maya Blue #7DBFF1

Tints of Maya Blue #7DBFF1

Color information

#7DBFF1 (or 0x7DBFF1) is unknown color: approx Maya Blue. HEX triplet: 7D, BF and F1. RGB value is (125,191,241). Sum of RGB (Red+Green+Blue) = 125+191+241=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DBFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFF1 is #82400E. Grayscale: #B0B0B0. Windows color (decimal): -8536079 or 15843197. OLE color: 15843197.

HSL color Cylindrical-coordinate representation of color #7DBFF1: hue angle of 205.86º 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 #7DBFF1 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125191241-
CMYK0.480.2100.05
HSL205.86º80.56%71.76%-
HSV(B)205.86º48.13%94.51%-
XYZ42.9747.9790.21-
YUV176.97164.1390.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.44%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=22.44%
G=34.29%
B=43.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251912410.480.2100.05205.8680.5671.76
Hex7DBFF1301505ce5148
Octal175277361602505316121110
Binary111110110111111111100011100001010101011100111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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