Html Css Color HEX #74ACFE Maya Blue

📋 copy color: '#74ACFE'

red 116 ◦ green 172 ◦ blue 254

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

Shades of Maya Blue #74ACFE

Tints of Maya Blue #74ACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 21.4%
G = 31.73%
B = 46.86%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74ACFE (or 0x74ACFE) is known color: Maya Blue. HEX triplet: 74, AC and FE. RGB value is (116,172,254). Sum of RGB (Red+Green+Blue) = 116+172+254=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #74ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ACFE is #8B5301. Grayscale: #A4A4A4. Windows color (decimal): -9130754 or 16690292. OLE color: 16690292.

HSL color Cylindrical-coordinate representation of color #74ACFE: hue angle of 215.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ACFE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 172 254 -
CMYK 0.54 0.32 0 0.00
HSL 215.65º 0.99% 0.73% -
HSV(B) 215.65º 0.54% 1% -
XYZ 39.84 40.37 99.46 -
YUV 164.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 116 172 254 0.54 0.32 0 0.00 215.65 0.99 0.73
Hex 74 AC FE 36 20 0 0 D8 63 49
Octal 164 254 376 66 40 0 0 330 143 111
Binary 1110100 10101100 11111110 110110 100000 0 0 11011000 1100011 1001001

Color Harmonies of #74ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACFE

Black with #74ACFE

Text Example


Text Example

White with #74ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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