Html Css Color HEX #74C9FE Maya Blue

📋 copy color: '#74C9FE'

red 116 ◦ green 201 ◦ blue 254

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

Shades of Maya Blue #74C9FE

Tints of Maya Blue #74C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.2%

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

R = 20.32%
G = 35.2%
B = 44.48%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74C9FE (or 0x74C9FE) is known color: Maya Blue. HEX triplet: 74, C9 and FE. RGB value is (116,201,254). Sum of RGB (Red+Green+Blue) = 116+201+254=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #74C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C9FE is #8B3601. Grayscale: #B5B5B5. Windows color (decimal): -9123330 or 16697716. OLE color: 16697716.

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

Color convert

RGB 116 201 254 -
CMYK 0.54 0.21 0 0.00
HSL 203.04º 0.99% 0.73% -
HSV(B) 203.04º 0.54% 1% -
XYZ 45.98 52.64 101.5 -
YUV 181.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 116 201 254 0.54 0.21 0 0.00 203.04 0.99 0.73
Hex 74 C9 FE 36 15 0 0 CB 63 49
Octal 164 311 376 66 25 0 0 313 143 111
Binary 1110100 11001001 11111110 110110 10101 0 0 11001011 1100011 1001001

Color Harmonies of #74C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C9FE

Black with #74C9FE

Text Example


Text Example

White with #74C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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