Html Css Color HEX #76BEFF Maya Blue

📋 copy color: '#76BEFF'

red 118 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #76BEFF

Tints of Maya Blue #76BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.75%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 20.96%
G = 33.75%
B = 45.29%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76BEFF (or 0x76BEFF) is known color: Maya Blue. HEX triplet: 76, BE and FF. RGB value is (118,190,255). Sum of RGB (Red+Green+Blue) = 118+190+255=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #76BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEFF is #894100. Grayscale: #AFAFAF. Windows color (decimal): -8995073 or 16760438. OLE color: 16760438.

HSL color Cylindrical-coordinate representation of color #76BEFF: hue angle of 208.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BEFF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 190 255 -
CMYK 0.54 0.25 0 0
HSL 208.47º 1% 0.73% -
HSV(B) 208.47º 0.54% 1% -
XYZ 43.93 47.9 101.54 -
YUV 175.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 118 190 255 0.54 0.25 0 0 208.47 1 0.73
Hex 76 BE FF 36 19 0 0 D0 64 49
Octal 166 276 377 66 31 0 0 320 144 111
Binary 1110110 10111110 11111111 110110 11001 0 0 11010000 1100100 1001001

Color Harmonies of #76BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEFF

Black with #76BEFF

Text Example


Text Example

White with #76BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,255); }

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

background-color css

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

 a { background-color: rgb(118,190,255); }

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

border-color css

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

 span { border-color: rgb(118,190,255); }

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