Html Css Color HEX #76C9F9 Maya Blue

📋 copy color: '#76C9F9'

red 118 ◦ green 201 ◦ blue 249

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

Shades of Maya Blue #76C9F9

Tints of Maya Blue #76C9F9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.39%

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 20.77%
G = 35.39%
B = 43.84%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76C9F9 (or 0x76C9F9) is known color: Maya Blue. HEX triplet: 76, C9 and F9. RGB value is (118,201,249). Sum of RGB (Red+Green+Blue) = 118+201+249=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #76C9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9F9 is #893606. Grayscale: #B5B5B5. Windows color (decimal): -8992263 or 16370038. OLE color: 16370038.

HSL color Cylindrical-coordinate representation of color #76C9F9: hue angle of 201.98º degrees, saturation: 0.92, 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 #76C9F9 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 201 249 -
CMYK 0.53 0.19 0 0.02
HSL 201.98º 0.92% 0.72% -
HSV(B) 201.98º 0.53% 0.98% -
XYZ 45.46 52.46 97.35 -
YUV 181.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 118 201 249 0.53 0.19 0 0.02 201.98 0.92 0.72
Hex 76 C9 F9 35 13 0 2 CA 5C 48
Octal 166 311 371 65 23 0 2 312 134 110
Binary 1110110 11001001 11111001 110101 10011 0 10 11001010 1011100 1001000

Color Harmonies of #76C9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9F9

Black with #76C9F9

Text Example


Text Example

White with #76C9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,249); }

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

background-color css

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

 a { background-color: rgb(118,201,249); }

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

border-color css

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

 span { border-color: rgb(118,201,249); }

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