Html Css Color HEX #74ABFC Maya Blue

📋 copy color: '#74ABFC'

red 116 ◦ green 171 ◦ blue 252

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

Shades of Maya Blue #74ABFC

Tints of Maya Blue #74ABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.73%

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 21.52%
G = 31.73%
B = 46.75%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74ABFC (or 0x74ABFC) is known color: Maya Blue. HEX triplet: 74, AB and FC. RGB value is (116,171,252). Sum of RGB (Red+Green+Blue) = 116+171+252=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #74ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABFC is #8B5403. Grayscale: #A3A3A3. Windows color (decimal): -9131012 or 16558964. OLE color: 16558964.

HSL color Cylindrical-coordinate representation of color #74ABFC: hue angle of 215.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ABFC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 171 252 -
CMYK 0.54 0.32 0 0.01
HSL 215.74º 0.96% 0.72% -
HSV(B) 215.74º 0.54% 0.99% -
XYZ 39.34 39.87 97.72 -
YUV 163.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 116 171 252 0.54 0.32 0 0.01 215.74 0.96 0.72
Hex 74 AB FC 36 20 0 1 D8 60 48
Octal 164 253 374 66 40 0 1 330 140 110
Binary 1110100 10101011 11111100 110110 100000 0 1 11011000 1100000 1001000

Color Harmonies of #74ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABFC

Black with #74ABFC

Text Example


Text Example

White with #74ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,252); }

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

background-color css

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

 a { background-color: rgb(116,171,252); }

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

border-color css

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

 span { border-color: rgb(116,171,252); }

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