Html Css Color HEX #74B1FE Maya Blue

📋 copy color: '#74B1FE'

red 116 ◦ green 177 ◦ blue 254

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

Shades of Maya Blue #74B1FE

Tints of Maya Blue #74B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.36%

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

R = 21.21%
G = 32.36%
B = 46.44%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74B1FE (or 0x74B1FE) is known color: Maya Blue. HEX triplet: 74, B1 and FE. RGB value is (116,177,254). Sum of RGB (Red+Green+Blue) = 116+177+254=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #74B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74B1FE is #8B4E01. Grayscale: #A7A7A7. Windows color (decimal): -9129474 or 16691572. OLE color: 16691572.

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

Color convert

RGB 116 177 254 -
CMYK 0.54 0.30 0 0.00
HSL 213.48º 0.99% 0.73% -
HSV(B) 213.48º 0.54% 1% -
XYZ 40.81 42.31 99.78 -
YUV 167.54 176.79 91.24 -
System Red Green Blue C M Y K H S L
Decimal 116 177 254 0.54 0.30 0 0.00 213.48 0.99 0.73
Hex 74 B1 FE 36 1E 0 0 D5 63 49
Octal 164 261 376 66 36 0 0 325 143 111
Binary 1110100 10110001 11111110 110110 11110 0 0 11010101 1100011 1001001

Color Harmonies of #74B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B1FE

Black with #74B1FE

Text Example


Text Example

White with #74B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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