Html Css Color HEX #74C7EB Maya Blue

📋 copy color: '#74C7EB'

red 116 ◦ green 199 ◦ blue 235

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

Shades of Maya Blue #74C7EB

Tints of Maya Blue #74C7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.18%

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 21.09%
G = 36.18%
B = 42.73%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74C7EB (or 0x74C7EB) is known color: Maya Blue. HEX triplet: 74, C7 and EB. RGB value is (116,199,235). Sum of RGB (Red+Green+Blue) = 116+199+235=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #74C7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C7EB is #8B3814. Grayscale: #B2B2B2. Windows color (decimal): -9123861 or 15452020. OLE color: 15452020.

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

Color convert

RGB 116 199 235 -
CMYK 0.51 0.15 0 0.08
HSL 198.15º 0.75% 0.69% -
HSV(B) 198.15º 0.51% 0.92% -
XYZ 42.62 50.56 86.11 -
YUV 178.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 116 199 235 0.51 0.15 0 0.08 198.15 0.75 0.69
Hex 74 C7 EB 33 F 0 8 C6 4B 45
Octal 164 307 353 63 17 0 10 306 113 105
Binary 1110100 11000111 11101011 110011 1111 0 1000 11000110 1001011 1000101

Color Harmonies of #74C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C7EB

Black with #74C7EB

Text Example


Text Example

White with #74C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,199,235); }

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

background-color css

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

 a { background-color: rgb(116,199,235); }

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

border-color css

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

 span { border-color: rgb(116,199,235); }

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