Html Css Color HEX #76C1FC Maya Blue

📋 copy color: '#76C1FC'

red 118 ◦ green 193 ◦ blue 252

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

Shades of Maya Blue #76C1FC

Tints of Maya Blue #76C1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 20.96%
G = 34.28%
B = 44.76%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76C1FC (or 0x76C1FC) is known color: Maya Blue. HEX triplet: 76, C1 and FC. RGB value is (118,193,252). Sum of RGB (Red+Green+Blue) = 118+193+252=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #76C1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1FC is #893E03. Grayscale: #B0B0B0. Windows color (decimal): -8994308 or 16564598. OLE color: 16564598.

HSL color Cylindrical-coordinate representation of color #76C1FC: hue angle of 206.42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C1FC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 193 252 -
CMYK 0.53 0.23 0 0.01
HSL 206.42º 0.96% 0.73% -
HSV(B) 206.42º 0.53% 0.99% -
XYZ 44.11 49.02 99.23 -
YUV 177.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 118 193 252 0.53 0.23 0 0.01 206.42 0.96 0.73
Hex 76 C1 FC 35 17 0 1 CE 60 49
Octal 166 301 374 65 27 0 1 316 140 111
Binary 1110110 11000001 11111100 110101 10111 0 1 11001110 1100000 1001001

Color Harmonies of #76C1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C1FC

Black with #76C1FC

Text Example


Text Example

White with #76C1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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