Html Css Color HEX #74C6EA Maya Blue

📋 copy color: '#74C6EA'

red 116 ◦ green 198 ◦ blue 234

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

Shades of Maya Blue #74C6EA

Tints of Maya Blue #74C6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 21.17%
G = 36.13%
B = 42.7%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74C6EA (or 0x74C6EA) is known color: Maya Blue. HEX triplet: 74, C6 and EA. RGB value is (116,198,234). Sum of RGB (Red+Green+Blue) = 116+198+234=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #74C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C6EA is #8B3915. Grayscale: #B1B1B1. Windows color (decimal): -9124118 or 15386228. OLE color: 15386228.

HSL color Cylindrical-coordinate representation of color #74C6EA: hue angle of 198.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C6EA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 198 234 -
CMYK 0.50 0.15 0 0.08
HSL 198.31º 0.74% 0.69% -
HSV(B) 198.31º 0.5% 0.92% -
XYZ 42.25 50.04 85.27 -
YUV 177.59 159.83 84.07 -
System Red Green Blue C M Y K H S L
Decimal 116 198 234 0.50 0.15 0 0.08 198.31 0.74 0.69
Hex 74 C6 EA 32 F 0 8 C6 4A 45
Octal 164 306 352 62 17 0 10 306 112 105
Binary 1110100 11000110 11101010 110010 1111 0 1000 11000110 1001010 1000101

Color Harmonies of #74C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C6EA

Black with #74C6EA

Text Example


Text Example

White with #74C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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