Html Css Color HEX #74BEEC Maya Blue

📋 copy color: '#74BEEC'

red 116 ◦ green 190 ◦ blue 236

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

Shades of Maya Blue #74BEEC

Tints of Maya Blue #74BEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 21.4%
G = 35.06%
B = 43.54%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74BEEC (or 0x74BEEC) is known color: Maya Blue. HEX triplet: 74, BE and EC. RGB value is (116,190,236). Sum of RGB (Red+Green+Blue) = 116+190+236=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #74BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BEEC is #8B4113. Grayscale: #ACACAC. Windows color (decimal): -9126164 or 15515252. OLE color: 15515252.

HSL color Cylindrical-coordinate representation of color #74BEEC: hue angle of 203º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BEEC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 190 236 -
CMYK 0.51 0.19 0 0.07
HSL 203º 0.76% 0.69% -
HSV(B) 203º 0.51% 0.93% -
XYZ 40.76 46.6 86.2 -
YUV 173.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 116 190 236 0.51 0.19 0 0.07 203 0.76 0.69
Hex 74 BE EC 33 13 0 7 CB 4C 45
Octal 164 276 354 63 23 0 7 313 114 105
Binary 1110100 10111110 11101100 110011 10011 0 111 11001011 1001100 1000101

Color Harmonies of #74BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEEC

Black with #74BEEC

Text Example


Text Example

White with #74BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,236); }

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

background-color css

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

 a { background-color: rgb(116,190,236); }

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

border-color css

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

 span { border-color: rgb(116,190,236); }

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