Html Css Color HEX #74BAFE Maya Blue

📋 copy color: '#74BAFE'

red 116 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #74BAFE

Tints of Maya Blue #74BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

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

R = 20.86%
G = 33.45%
B = 45.68%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74BAFE (or 0x74BAFE) is known color: Maya Blue. HEX triplet: 74, BA and FE. RGB value is (116,186,254). Sum of RGB (Red+Green+Blue) = 116+186+254=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #74BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BAFE is #8B4501. Grayscale: #ACACAC. Windows color (decimal): -9127170 or 16693876. OLE color: 16693876.

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

Color convert

RGB 116 186 254 -
CMYK 0.54 0.27 0 0.00
HSL 209.57º 0.99% 0.73% -
HSV(B) 209.57º 0.54% 1% -
XYZ 42.65 45.99 100.39 -
YUV 172.82 173.81 87.47 -
System Red Green Blue C M Y K H S L
Decimal 116 186 254 0.54 0.27 0 0.00 209.57 0.99 0.73
Hex 74 BA FE 36 1B 0 0 D2 63 49
Octal 164 272 376 66 33 0 0 322 143 111
Binary 1110100 10111010 11111110 110110 11011 0 0 11010010 1100011 1001001

Color Harmonies of #74BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BAFE

Black with #74BAFE

Text Example


Text Example

White with #74BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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