Html Css Color HEX #76CDF7 Maya Blue

📋 copy color: '#76CDF7'

red 118 ◦ green 205 ◦ blue 247

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

Shades of Maya Blue #76CDF7

Tints of Maya Blue #76CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.96%

 BLUE value IS 247 (96.88% from 255) = 43.33%

R = 20.7%
G = 35.96%
B = 43.33%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#76CDF7 (or 0x76CDF7) is known color: Maya Blue. HEX triplet: 76, CD and F7. RGB value is (118,205,247). Sum of RGB (Red+Green+Blue) = 118+205+247=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #76CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDF7 is #893208. Grayscale: #B7B7B7. Windows color (decimal): -8991241 or 16239990. OLE color: 16239990.

HSL color Cylindrical-coordinate representation of color #76CDF7: hue angle of 199.53º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76CDF7 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 205 247 -
CMYK 0.52 0.17 0 0.03
HSL 199.53º 0.89% 0.72% -
HSV(B) 199.53º 0.52% 0.97% -
XYZ 46.09 54.23 96.03 -
YUV 183.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 118 205 247 0.52 0.17 0 0.03 199.53 0.89 0.72
Hex 76 CD F7 34 11 0 3 C8 59 48
Octal 166 315 367 64 21 0 3 310 131 110
Binary 1110110 11001101 11110111 110100 10001 0 11 11001000 1011001 1001000

Color Harmonies of #76CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDF7

Black with #76CDF7

Text Example


Text Example

White with #76CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,205,247); }

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

background-color css

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

 a { background-color: rgb(118,205,247); }

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

border-color css

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

 span { border-color: rgb(118,205,247); }

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