Html Css Color HEX #74BFEA Maya Blue

📋 copy color: '#74BFEA'

red 116 ◦ green 191 ◦ blue 234

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

Shades of Maya Blue #74BFEA

Tints of Maya Blue #74BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 21.44%
G = 35.3%
B = 43.25%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74BFEA (or 0x74BFEA) is known color: Maya Blue. HEX triplet: 74, BF and EA. RGB value is (116,191,234). Sum of RGB (Red+Green+Blue) = 116+191+234=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #74BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFEA is #8B4015. Grayscale: #ADADAD. Windows color (decimal): -9125910 or 15384436. OLE color: 15384436.

HSL color Cylindrical-coordinate representation of color #74BFEA: hue angle of 201.86º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BFEA is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 191 234 -
CMYK 0.50 0.18 0 0.08
HSL 201.86º 0.74% 0.69% -
HSV(B) 201.86º 0.5% 0.92% -
XYZ 40.68 46.92 84.75 -
YUV 173.48 162.15 87 -
System Red Green Blue C M Y K H S L
Decimal 116 191 234 0.50 0.18 0 0.08 201.86 0.74 0.69
Hex 74 BF EA 32 12 0 8 CA 4A 45
Octal 164 277 352 62 22 0 10 312 112 105
Binary 1110100 10111111 11101010 110010 10010 0 1000 11001010 1001010 1000101

Color Harmonies of #74BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFEA

Black with #74BFEA

Text Example


Text Example

White with #74BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,191,234); }

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

background-color css

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

 a { background-color: rgb(116,191,234); }

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

border-color css

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

 span { border-color: rgb(116,191,234); }

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