Html Css Color HEX #76CAF0 Maya Blue

📋 copy color: '#76CAF0'

red 118 ◦ green 202 ◦ blue 240

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

Shades of Maya Blue #76CAF0

Tints of Maya Blue #76CAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.07%

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

R = 21.07%
G = 36.07%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76CAF0 (or 0x76CAF0) is known color: Maya Blue. HEX triplet: 76, CA and F0. RGB value is (118,202,240). Sum of RGB (Red+Green+Blue) = 118+202+240=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #76CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CAF0 is #89350F. Grayscale: #B4B4B4. Windows color (decimal): -8992016 or 15780470. OLE color: 15780470.

HSL color Cylindrical-coordinate representation of color #76CAF0: hue angle of 198.69º 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 #76CAF0 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 202 240 -
CMYK 0.51 0.16 0 0.06
HSL 198.69º 0.8% 0.7% -
HSV(B) 198.69º 0.51% 0.94% -
XYZ 44.32 52.38 90.21 -
YUV 181.22 161.17 82.91 -
System Red Green Blue C M Y K H S L
Decimal 118 202 240 0.51 0.16 0 0.06 198.69 0.8 0.7
Hex 76 CA F0 33 10 0 6 C7 50 46
Octal 166 312 360 63 20 0 6 307 120 106
Binary 1110110 11001010 11110000 110011 10000 0 110 11000111 1010000 1000110

Color Harmonies of #76CAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CAF0

Black with #76CAF0

Text Example


Text Example

White with #76CAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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