Html Css Color HEX #76C1FE Maya Blue

📋 copy color: '#76C1FE'

red 118 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #76C1FE

Tints of Maya Blue #76C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

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

R = 20.88%
G = 34.16%
B = 44.96%

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

#76C1FE (or 0x76C1FE) is known color: Maya Blue. HEX triplet: 76, C1 and FE. RGB value is (118,193,254). Sum of RGB (Red+Green+Blue) = 118+193+254=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #76C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1FE is #893E01. Grayscale: #B1B1B1. Windows color (decimal): -8994306 or 16695670. OLE color: 16695670.

HSL color Cylindrical-coordinate representation of color #76C1FE: hue angle of 206.91º 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 #76C1FE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 193 254 -
CMYK 0.54 0.24 0 0.00
HSL 206.91º 0.99% 0.73% -
HSV(B) 206.91º 0.54% 1% -
XYZ 44.43 49.15 100.91 -
YUV 177.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 118 193 254 0.54 0.24 0 0.00 206.91 0.99 0.73
Hex 76 C1 FE 36 18 0 0 CF 63 49
Octal 166 301 376 66 30 0 0 317 143 111
Binary 1110110 11000001 11111110 110110 11000 0 0 11001111 1100011 1001001

Color Harmonies of #76C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C1FE

Black with #76C1FE

Text Example


Text Example

White with #76C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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