Html Css Color HEX #74C0F6 Maya Blue

📋 copy color: '#74C0F6'

red 116 ◦ green 192 ◦ blue 246

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

Shades of Maya Blue #74C0F6

Tints of Maya Blue #74C0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 20.94%
G = 34.66%
B = 44.4%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#74C0F6 (or 0x74C0F6) is known color: Maya Blue. HEX triplet: 74, C0 and F6. RGB value is (116,192,246). Sum of RGB (Red+Green+Blue) = 116+192+246=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #74C0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C0F6 is #8B3F09. Grayscale: #AFAFAF. Windows color (decimal): -9125642 or 16171124. OLE color: 16171124.

HSL color Cylindrical-coordinate representation of color #74C0F6: hue angle of 204.92º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74C0F6 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 192 246 -
CMYK 0.53 0.22 0 0.04
HSL 204.92º 0.88% 0.71% -
HSV(B) 204.92º 0.53% 0.96% -
XYZ 42.69 48.07 94.22 -
YUV 175.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 116 192 246 0.53 0.22 0 0.04 204.92 0.88 0.71
Hex 74 C0 F6 35 16 0 4 CD 58 47
Octal 164 300 366 65 26 0 4 315 130 107
Binary 1110100 11000000 11110110 110101 10110 0 100 11001101 1011000 1000111

Color Harmonies of #74C0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C0F6

Black with #74C0F6

Text Example


Text Example

White with #74C0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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