Html Css Color HEX #74ACF9 Maya Blue

📋 copy color: '#74ACF9'

red 116 ◦ green 172 ◦ blue 249

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

Shades of Maya Blue #74ACF9

Tints of Maya Blue #74ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

 BLUE value IS 249 (97.66% from 255) = 46.37%

R = 21.6%
G = 32.03%
B = 46.37%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74ACF9 (or 0x74ACF9) is known color: Maya Blue. HEX triplet: 74, AC and F9. RGB value is (116,172,249). Sum of RGB (Red+Green+Blue) = 116+172+249=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #74ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ACF9 is #8B5306. Grayscale: #A3A3A3. Windows color (decimal): -9130759 or 16362612. OLE color: 16362612.

HSL color Cylindrical-coordinate representation of color #74ACF9: hue angle of 214.74º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ACF9 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 172 249 -
CMYK 0.53 0.31 0 0.02
HSL 214.74º 0.92% 0.72% -
HSV(B) 214.74º 0.53% 0.98% -
XYZ 39.05 40.06 95.3 -
YUV 164.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 116 172 249 0.53 0.31 0 0.02 214.74 0.92 0.72
Hex 74 AC F9 35 1F 0 2 D7 5C 48
Octal 164 254 371 65 37 0 2 327 134 110
Binary 1110100 10101100 11111001 110101 11111 0 10 11010111 1011100 1001000

Color Harmonies of #74ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACF9

Black with #74ACF9

Text Example


Text Example

White with #74ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,249); }

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

background-color css

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

 a { background-color: rgb(116,172,249); }

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

border-color css

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

 span { border-color: rgb(116,172,249); }

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