Html Css Color HEX #74C0EC Maya Blue

📋 copy color: '#74C0EC'

red 116 ◦ green 192 ◦ blue 236

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

Shades of Maya Blue #74C0EC

Tints of Maya Blue #74C0EC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

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

R = 21.32%
G = 35.29%
B = 43.38%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74C0EC (or 0x74C0EC) is known color: Maya Blue. HEX triplet: 74, C0 and EC. RGB value is (116,192,236). Sum of RGB (Red+Green+Blue) = 116+192+236=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #74C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C0EC is #8B3F13. Grayscale: #AEAEAE. Windows color (decimal): -9125652 or 15515764. OLE color: 15515764.

HSL color Cylindrical-coordinate representation of color #74C0EC: hue angle of 202º 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 #74C0EC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 192 236 -
CMYK 0.51 0.19 0 0.07
HSL 202º 0.76% 0.69% -
HSV(B) 202º 0.51% 0.93% -
XYZ 41.19 47.47 86.35 -
YUV 174.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 116 192 236 0.51 0.19 0 0.07 202 0.76 0.69
Hex 74 C0 EC 33 13 0 7 CA 4C 45
Octal 164 300 354 63 23 0 7 312 114 105
Binary 1110100 11000000 11101100 110011 10011 0 111 11001010 1001100 1000101

Color Harmonies of #74C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C0EC

Black with #74C0EC

Text Example


Text Example

White with #74C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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