Html Css Color HEX #76C2F1 Maya Blue

📋 copy color: '#76C2F1'

red 118 ◦ green 194 ◦ blue 241

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

Shades of Maya Blue #76C2F1

Tints of Maya Blue #76C2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.08%

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 21.34%
G = 35.08%
B = 43.58%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76C2F1 (or 0x76C2F1) is known color: Maya Blue. HEX triplet: 76, C2 and F1. RGB value is (118,194,241). Sum of RGB (Red+Green+Blue) = 118+194+241=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #76C2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C2F1 is #893D0E. Grayscale: #B0B0B0. Windows color (decimal): -8994063 or 15843958. OLE color: 15843958.

HSL color Cylindrical-coordinate representation of color #76C2F1: hue angle of 202.93º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C2F1 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 194 241 -
CMYK 0.51 0.20 0 0.05
HSL 202.93º 0.81% 0.7% -
HSV(B) 202.93º 0.51% 0.95% -
XYZ 42.64 48.79 90.39 -
YUV 176.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 118 194 241 0.51 0.20 0 0.05 202.93 0.81 0.7
Hex 76 C2 F1 33 14 0 5 CB 51 46
Octal 166 302 361 63 24 0 5 313 121 106
Binary 1110110 11000010 11110001 110011 10100 0 101 11001011 1010001 1000110

Color Harmonies of #76C2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2F1

Black with #76C2F1

Text Example


Text Example

White with #76C2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,241); }

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

background-color css

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

 a { background-color: rgb(118,194,241); }

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

border-color css

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

 span { border-color: rgb(118,194,241); }

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