Html Css Color HEX #74B7FE Maya Blue

📋 copy color: '#74B7FE'

red 116 ◦ green 183 ◦ blue 254

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

Shades of Maya Blue #74B7FE

Tints of Maya Blue #74B7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.09%

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

R = 20.98%
G = 33.09%
B = 45.93%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74B7FE (or 0x74B7FE) is known color: Maya Blue. HEX triplet: 74, B7 and FE. RGB value is (116,183,254). Sum of RGB (Red+Green+Blue) = 116+183+254=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #74B7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B7FE is #8B4801. Grayscale: #AAAAAA. Windows color (decimal): -9127938 or 16693108. OLE color: 16693108.

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

Color convert

RGB 116 183 254 -
CMYK 0.54 0.28 0 0.00
HSL 210.87º 0.99% 0.73% -
HSV(B) 210.87º 0.54% 1% -
XYZ 42.03 44.74 100.19 -
YUV 171.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 116 183 254 0.54 0.28 0 0.00 210.87 0.99 0.73
Hex 74 B7 FE 36 1C 0 0 D3 63 49
Octal 164 267 376 66 34 0 0 323 143 111
Binary 1110100 10110111 11111110 110110 11100 0 0 11010011 1100011 1001001

Color Harmonies of #74B7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B7FE

Black with #74B7FE

Text Example


Text Example

White with #74B7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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