#77bfed

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

Shades of Maya Blue #77BFED

Tints of Maya Blue #77BFED

Color information

#77BFED (or 0x77BFED) is unknown color: approx Maya Blue. HEX triplet: 77, BF and ED. RGB value is (119,191,237). Sum of RGB (Red+Green+Blue) = 119+191+237=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #77BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFED is #884012. Grayscale: #AEAEAE. Windows color (decimal): -8929299 or 15581047. OLE color: 15581047.

HSL color Cylindrical-coordinate representation of color #77BFED: hue angle of 203.39º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77BFED is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119191237-
CMYK0.500.1900.07
HSL203.39º76.62%69.8%-
HSV(B)203.39º49.79%92.94%-
XYZ41.5247.387.06-
YUV174.72163.1588.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.76%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=21.76%
G=34.92%
B=43.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191912370.500.1900.07203.3976.6269.8
Hex77BFED321307cb4d46
Octal167277355622307313115106
Binary111011110111111111011011100101001101111100101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77bfed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77bfed; }

 p { color: rgb(119,191,237); }

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

<style>
 a { background-color: #77bfed; }

 a { background-color: rgb(119,191,237); }

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

<style>
 span { border-color: #77bfed; }

 span { border-color: rgb(119,191,237); }

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