Html Css Color HEX #76C0FE Maya Blue

📋 copy color: '#76C0FE'

red 118 ◦ green 192 ◦ blue 254

#76C0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #76C0FE

Tints of Maya Blue #76C0FE

RGB

 RED value IS 118 (46.48% from 255) = 20.92%

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 20.92%
G = 34.04%
B = 45.04%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76C0FE (or 0x76C0FE) is known color: Maya Blue. HEX triplet: 76, C0 and FE. RGB value is (118,192,254). Sum of RGB (Red+Green+Blue) = 118+192+254=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #76C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C0FE is #893F01. Grayscale: #B0B0B0. Windows color (decimal): -8994562 or 16695414. OLE color: 16695414.

HSL color Cylindrical-coordinate representation of color #76C0FE: hue angle of 207.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76C0FE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 192 254 -
CMYK 0.54 0.24 0 0.00
HSL 207.35º 0.99% 0.73% -
HSV(B) 207.35º 0.54% 1% -
XYZ 44.21 48.71 100.84 -
YUV 176.94 171.48 85.96 -
System Red Green Blue C M Y K H S L
Decimal 118 192 254 0.54 0.24 0 0.00 207.35 0.99 0.73
Hex 76 C0 FE 36 18 0 0 CF 63 49
Octal 166 300 376 66 30 0 0 317 143 111
Binary 1110110 11000000 11111110 110110 11000 0 0 11001111 1100011 1001001

Color Harmonies of #76C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C0FE

Black with #76C0FE

Text Example


Text Example

White with #76C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,192,254); }

 H1.HeaderClassName
 {
   color: #76C0FE;
 }
 .AnyTagClassName
 {
   color: #76C0FE;
 }
</style>

background-color css

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

 a { background-color: rgb(118,192,254); }

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

border-color css

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

 span { border-color: rgb(118,192,254); }

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