Html Css Color HEX #74B7EF Maya Blue

📋 copy color: '#74B7EF'

red 116 ◦ green 183 ◦ blue 239

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

Shades of Maya Blue #74B7EF

Tints of Maya Blue #74B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 21.56%
G = 34.01%
B = 44.42%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74B7EF (or 0x74B7EF) is known color: Maya Blue. HEX triplet: 74, B7 and EF. RGB value is (116,183,239). Sum of RGB (Red+Green+Blue) = 116+183+239=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #74B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B7EF is #8B4810. Grayscale: #A9A9A9. Windows color (decimal): -9127953 or 15710068. OLE color: 15710068.

HSL color Cylindrical-coordinate representation of color #74B7EF: hue angle of 207.32º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B7EF is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 183 239 -
CMYK 0.51 0.23 0 0.06
HSL 207.32º 0.79% 0.7% -
HSV(B) 207.32º 0.51% 0.94% -
XYZ 39.72 43.81 88.02 -
YUV 169.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 116 183 239 0.51 0.23 0 0.06 207.32 0.79 0.7
Hex 74 B7 EF 33 17 0 6 CF 4F 46
Octal 164 267 357 63 27 0 6 317 117 106
Binary 1110100 10110111 11101111 110011 10111 0 110 11001111 1001111 1000110

Color Harmonies of #74B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B7EF

Black with #74B7EF

Text Example


Text Example

White with #74B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,183,239); }

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

background-color css

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

 a { background-color: rgb(116,183,239); }

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

border-color css

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

 span { border-color: rgb(116,183,239); }

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