Html Css Color HEX #76D0FA Maya Blue

📋 copy color: '#76D0FA'

red 118 ◦ green 208 ◦ blue 250

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

Shades of Maya Blue #76D0FA

Tints of Maya Blue #76D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 20.49%
G = 36.11%
B = 43.4%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76D0FA (or 0x76D0FA) is known color: Maya Blue. HEX triplet: 76, D0 and FA. RGB value is (118,208,250). Sum of RGB (Red+Green+Blue) = 118+208+250=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #76D0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0FA is #892F05. Grayscale: #B9B9B9. Windows color (decimal): -8990470 or 16437366. OLE color: 16437366.

HSL color Cylindrical-coordinate representation of color #76D0FA: hue angle of 199.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D0FA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 208 250 -
CMYK 0.53 0.17 0 0.02
HSL 199.09º 0.93% 0.72% -
HSV(B) 199.09º 0.53% 0.98% -
XYZ 47.28 55.87 98.73 -
YUV 185.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 118 208 250 0.53 0.17 0 0.02 199.09 0.93 0.72
Hex 76 D0 FA 35 11 0 2 C7 5D 48
Octal 166 320 372 65 21 0 2 307 135 110
Binary 1110110 11010000 11111010 110101 10001 0 10 11000111 1011101 1001000

Color Harmonies of #76D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0FA

Black with #76D0FA

Text Example


Text Example

White with #76D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,250); }

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

background-color css

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

 a { background-color: rgb(118,208,250); }

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

border-color css

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

 span { border-color: rgb(118,208,250); }

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