Html Css Color HEX #74AFFE Maya Blue

📋 copy color: '#74AFFE'

red 116 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #74AFFE

Tints of Maya Blue #74AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

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

R = 21.28%
G = 32.11%
B = 46.61%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74AFFE (or 0x74AFFE) is known color: Maya Blue. HEX triplet: 74, AF and FE. RGB value is (116,175,254). Sum of RGB (Red+Green+Blue) = 116+175+254=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #74AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AFFE is #8B5001. Grayscale: #A5A5A5. Windows color (decimal): -9129986 or 16691060. OLE color: 16691060.

HSL color Cylindrical-coordinate representation of color #74AFFE: hue angle of 214.35º 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 #74AFFE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 175 254 -
CMYK 0.54 0.31 0 0.00
HSL 214.35º 0.99% 0.73% -
HSV(B) 214.35º 0.54% 1% -
XYZ 40.42 41.53 99.65 -
YUV 166.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 116 175 254 0.54 0.31 0 0.00 214.35 0.99 0.73
Hex 74 AF FE 36 1F 0 0 D6 63 49
Octal 164 257 376 66 37 0 0 326 143 111
Binary 1110100 10101111 11111110 110110 11111 0 0 11010110 1100011 1001001

Color Harmonies of #74AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFFE

Black with #74AFFE

Text Example


Text Example

White with #74AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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