Html Css Color HEX #76BAFE Maya Blue

📋 copy color: '#76BAFE'

red 118 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #76BAFE

Tints of Maya Blue #76BAFE

RGB

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

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

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

R = 21.15%
G = 33.33%
B = 45.52%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76BAFE (or 0x76BAFE) is known color: Maya Blue. HEX triplet: 76, BA and FE. RGB value is (118,186,254). Sum of RGB (Red+Green+Blue) = 118+186+254=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #76BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAFE is #894501. Grayscale: #ADADAD. Windows color (decimal): -8996098 or 16693878. OLE color: 16693878.

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

Color convert

RGB 118 186 254 -
CMYK 0.54 0.27 0 0.00
HSL 210º 0.99% 0.73% -
HSV(B) 210º 0.54% 1% -
XYZ 42.92 46.13 100.41 -
YUV 173.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 118 186 254 0.54 0.27 0 0.00 210 0.99 0.73
Hex 76 BA FE 36 1B 0 0 D2 63 49
Octal 166 272 376 66 33 0 0 322 143 111
Binary 1110110 10111010 11111110 110110 11011 0 0 11010010 1100011 1001001

Color Harmonies of #76BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAFE

Black with #76BAFE

Text Example


Text Example

White with #76BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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