#7DBEEE

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

Shades of Maya Blue #7DBEEE

Tints of Maya Blue #7DBEEE

Color information

#7DBEEE (or 0x7DBEEE) is unknown color: approx Maya Blue. HEX triplet: 7D, BE and EE. RGB value is (125,190,238). Sum of RGB (Red+Green+Blue) = 125+190+238=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DBEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBEEE is #824111. Grayscale: #AFAFAF. Windows color (decimal): -8536338 or 15646333. OLE color: 15646333.

HSL color Cylindrical-coordinate representation of color #7DBEEE: hue angle of 205.49º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBEEE is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125190238-
CMYK0.470.2000.07
HSL205.49º76.87%71.18%-
HSV(B)205.49º47.48%93.33%-
XYZ42.347.3687.8-
YUV176.04162.9791.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=22.60%
G=34.36%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251902380.470.2000.07205.4976.8771.18
Hex7DBEEE2F1407cd4d47
Octal175276356572407315115107
Binary111110110111110111011101011111010001111100110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,238); }

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

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

 a { background-color: rgb(125,190,238); }

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

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

 span { border-color: rgb(125,190,238); }

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