Html Css Color HEX #74B0FA Maya Blue

📋 copy color: '#74B0FA'

red 116 ◦ green 176 ◦ blue 250

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

Shades of Maya Blue #74B0FA

Tints of Maya Blue #74B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.47%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 21.4%
G = 32.47%
B = 46.13%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74B0FA (or 0x74B0FA) is known color: Maya Blue. HEX triplet: 74, B0 and FA. RGB value is (116,176,250). Sum of RGB (Red+Green+Blue) = 116+176+250=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #74B0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74B0FA is #8B4F05. Grayscale: #A6A6A6. Windows color (decimal): -9129734 or 16429172. OLE color: 16429172.

HSL color Cylindrical-coordinate representation of color #74B0FA: hue angle of 213.13º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B0FA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 176 250 -
CMYK 0.54 0.30 0 0.02
HSL 213.13º 0.93% 0.72% -
HSV(B) 213.13º 0.54% 0.98% -
XYZ 39.98 41.67 96.38 -
YUV 166.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 116 176 250 0.54 0.30 0 0.02 213.13 0.93 0.72
Hex 74 B0 FA 36 1E 0 2 D5 5D 48
Octal 164 260 372 66 36 0 2 325 135 110
Binary 1110100 10110000 11111010 110110 11110 0 10 11010101 1011101 1001000

Color Harmonies of #74B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B0FA

Black with #74B0FA

Text Example


Text Example

White with #74B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,250); }

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

background-color css

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

 a { background-color: rgb(116,176,250); }

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

border-color css

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

 span { border-color: rgb(116,176,250); }

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