Html Css Color HEX #76BAF0 Maya Blue

📋 copy color: '#76BAF0'

red 118 ◦ green 186 ◦ blue 240

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

Shades of Maya Blue #76BAF0

Tints of Maya Blue #76BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 21.69%
G = 34.19%
B = 44.12%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76BAF0 (or 0x76BAF0) is known color: Maya Blue. HEX triplet: 76, BA and F0. RGB value is (118,186,240). Sum of RGB (Red+Green+Blue) = 118+186+240=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #76BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAF0 is #89450F. Grayscale: #ABABAB. Windows color (decimal): -8996112 or 15776374. OLE color: 15776374.

HSL color Cylindrical-coordinate representation of color #76BAF0: hue angle of 206.56º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BAF0 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 186 240 -
CMYK 0.51 0.22 0 0.06
HSL 206.56º 0.8% 0.7% -
HSV(B) 206.56º 0.51% 0.94% -
XYZ 40.76 45.26 89.03 -
YUV 171.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 118 186 240 0.51 0.22 0 0.06 206.56 0.8 0.7
Hex 76 BA F0 33 16 0 6 CF 50 46
Octal 166 272 360 63 26 0 6 317 120 106
Binary 1110110 10111010 11110000 110011 10110 0 110 11001111 1010000 1000110

Color Harmonies of #76BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAF0

Black with #76BAF0

Text Example


Text Example

White with #76BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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