#77CDF6

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

Shades of Maya Blue #77CDF6

Tints of Maya Blue #77CDF6

Color information

#77CDF6 (or 0x77CDF6) is unknown color: approx Maya Blue. HEX triplet: 77, CD and F6. RGB value is (119,205,246). Sum of RGB (Red+Green+Blue) = 119+205+246=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #77CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDF6 is #883209. Grayscale: #B7B7B7. Windows color (decimal): -8925706 or 16174455. OLE color: 16174455.

HSL color Cylindrical-coordinate representation of color #77CDF6: hue angle of 199.37º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CDF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119205246-
CMYK0.520.1700.04
HSL199.37º87.59%71.57%-
HSV(B)199.37º51.63%96.47%-
XYZ46.0754.2495.23-
YUV183.96163.0181.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.88%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=20.88%
G=35.96%
B=43.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192052460.520.1700.04199.3787.5971.57
Hex77CDF6341104c75848
Octal167315366642104307130110
Binary111011111001101111101101101001000101001100011110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,205,246); }

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

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

 a { background-color: rgb(119,205,246); }

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

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

 span { border-color: rgb(119,205,246); }

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