Html Css Color HEX #74D1F6 Maya Blue

📋 copy color: '#74D1F6'

red 116 ◦ green 209 ◦ blue 246

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

Shades of Maya Blue #74D1F6

Tints of Maya Blue #74D1F6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.6%

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 20.32%
G = 36.6%
B = 43.08%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#74D1F6 (or 0x74D1F6) is known color: Maya Blue. HEX triplet: 74, D1 and F6. RGB value is (116,209,246). Sum of RGB (Red+Green+Blue) = 116+209+246=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #74D1F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D1F6 is #8B2E09. Grayscale: #B9B9B9. Windows color (decimal): -9121290 or 16175476. OLE color: 16175476.

HSL color Cylindrical-coordinate representation of color #74D1F6: hue angle of 197.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74D1F6 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 209 246 -
CMYK 0.53 0.15 0 0.04
HSL 197.08º 0.88% 0.71% -
HSV(B) 197.08º 0.53% 0.96% -
XYZ 46.64 55.97 95.53 -
YUV 185.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 116 209 246 0.53 0.15 0 0.04 197.08 0.88 0.71
Hex 74 D1 F6 35 F 0 4 C5 58 47
Octal 164 321 366 65 17 0 4 305 130 107
Binary 1110100 11010001 11110110 110101 1111 0 100 11000101 1011000 1000111

Color Harmonies of #74D1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D1F6

Black with #74D1F6

Text Example


Text Example

White with #74D1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,246); }

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

background-color css

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

 a { background-color: rgb(116,209,246); }

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

border-color css

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

 span { border-color: rgb(116,209,246); }

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