Html Css Color HEX #76BAF2 Maya Blue

📋 copy color: '#76BAF2'

red 118 ◦ green 186 ◦ blue 242

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

Shades of Maya Blue #76BAF2

Tints of Maya Blue #76BAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 21.61%
G = 34.07%
B = 44.32%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76BAF2 (or 0x76BAF2) is known color: Maya Blue. HEX triplet: 76, BA and F2. RGB value is (118,186,242). Sum of RGB (Red+Green+Blue) = 118+186+242=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #76BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAF2 is #89450D. Grayscale: #ABABAB. Windows color (decimal): -8996110 or 15907446. OLE color: 15907446.

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

Color convert

RGB 118 186 242 -
CMYK 0.51 0.23 0 0.05
HSL 207.1º 0.83% 0.71% -
HSV(B) 207.1º 0.51% 0.95% -
XYZ 41.06 45.38 90.6 -
YUV 172.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 118 186 242 0.51 0.23 0 0.05 207.1 0.83 0.71
Hex 76 BA F2 33 17 0 5 CF 53 47
Octal 166 272 362 63 27 0 5 317 123 107
Binary 1110110 10111010 11110010 110011 10111 0 101 11001111 1010011 1000111

Color Harmonies of #76BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAF2

Black with #76BAF2

Text Example


Text Example

White with #76BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,242); }

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

background-color css

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

 a { background-color: rgb(118,186,242); }

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

border-color css

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

 span { border-color: rgb(118,186,242); }

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