#76c8f5

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

Shades of Maya Blue #76C8F5

Tints of Maya Blue #76C8F5

Color information

#76C8F5 (or 0x76C8F5) is unknown color: approx Maya Blue. HEX triplet: 76, C8 and F5. RGB value is (118,200,245). Sum of RGB (Red+Green+Blue) = 118+200+245=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #76C8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C8F5 is #89370A. Grayscale: #B4B4B4. Windows color (decimal): -8992523 or 16107638. OLE color: 16107638.

HSL color Cylindrical-coordinate representation of color #76C8F5: hue angle of 201.26º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76C8F5 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118200245-
CMYK0.520.1800.04
HSL201.26º86.39%71.18%-
HSV(B)201.26º51.84%96.08%-
XYZ44.6151.7594.02-
YUV180.61164.3383.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.96%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=20.96%
G=35.52%
B=43.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182002450.520.1800.04201.2686.3971.18
Hex76C8F5341204c95647
Octal166310365642204311126107
Binary111011011001000111101011101001001001001100100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76c8f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76c8f5; }

 p { color: rgb(118,200,245); }

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

<style>
 a { background-color: #76c8f5; }

 a { background-color: rgb(118,200,245); }

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

<style>
 span { border-color: #76c8f5; }

 span { border-color: rgb(118,200,245); }

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