#7FBDED

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

Shades of Maya Blue #7FBDED

Tints of Maya Blue #7FBDED

Color information

#7FBDED (or 0x7FBDED) is unknown color: approx Maya Blue. HEX triplet: 7F, BD and ED. RGB value is (127,189,237). Sum of RGB (Red+Green+Blue) = 127+189+237=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FBDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBDED is #804212. Grayscale: #AFAFAF. Windows color (decimal): -8405523 or 15580543. OLE color: 15580543.

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

Color convert

RGB127189237-
CMYK0.460.2000.07
HSL206.18º75.34%71.37%-
HSV(B)206.18º46.41%92.94%-
XYZ42.2447.0286.97-
YUV175.93162.4693.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.97%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=22.97%
G=34.18%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271892370.460.2000.07206.1875.3471.37
Hex7FBDED2E1407ce4b47
Octal177275355562407316113107
Binary111111110111101111011011011101010001111100111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,237); }

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

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

 a { background-color: rgb(127,189,237); }

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

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

 span { border-color: rgb(127,189,237); }

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