Html Css Color HEX #74C6EC Maya Blue

📋 copy color: '#74C6EC'

red 116 ◦ green 198 ◦ blue 236

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

Shades of Maya Blue #74C6EC

Tints of Maya Blue #74C6EC

RGB

 RED value IS 116 (45.7% from 255) = 21.09%

 GREEN value IS 198 (77.73% from 255) = 36%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 21.09%
G = 36%
B = 42.91%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74C6EC (or 0x74C6EC) is known color: Maya Blue. HEX triplet: 74, C6 and EC. RGB value is (116,198,236). Sum of RGB (Red+Green+Blue) = 116+198+236=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #74C6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C6EC is #8B3913. Grayscale: #B1B1B1. Windows color (decimal): -9124116 or 15517300. OLE color: 15517300.

HSL color Cylindrical-coordinate representation of color #74C6EC: hue angle of 199º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74C6EC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 198 236 -
CMYK 0.51 0.16 0 0.07
HSL 199º 0.76% 0.69% -
HSV(B) 199º 0.51% 0.93% -
XYZ 42.54 50.16 86.8 -
YUV 177.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 116 198 236 0.51 0.16 0 0.07 199 0.76 0.69
Hex 74 C6 EC 33 10 0 7 C7 4C 45
Octal 164 306 354 63 20 0 7 307 114 105
Binary 1110100 11000110 11101100 110011 10000 0 111 11000111 1001100 1000101

Color Harmonies of #74C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C6EC

Black with #74C6EC

Text Example


Text Example

White with #74C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C6EC; }

 p { color: rgb(116,198,236); }

 H1.HeaderClassName
 {
   color: #74C6EC;
 }
 .AnyTagClassName
 {
   color: #74C6EC;
 }
</style>

background-color css

<style>
 a { background-color: #74C6EC; }

 a { background-color: rgb(116,198,236); }

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

border-color css

<style>
 span { border-color: #74C6EC; }

 span { border-color: rgb(116,198,236); }

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