Html Css Color HEX #74BCEF Maya Blue

📋 copy color: '#74BCEF'

red 116 ◦ green 188 ◦ blue 239

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

Shades of Maya Blue #74BCEF

Tints of Maya Blue #74BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 21.36%
G = 34.62%
B = 44.01%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74BCEF (or 0x74BCEF) is known color: Maya Blue. HEX triplet: 74, BC and EF. RGB value is (116,188,239). Sum of RGB (Red+Green+Blue) = 116+188+239=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #74BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCEF is #8B4310. Grayscale: #ACACAC. Windows color (decimal): -9126673 or 15711348. OLE color: 15711348.

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

Color convert

RGB 116 188 239 -
CMYK 0.51 0.21 0 0.06
HSL 204.88º 0.79% 0.7% -
HSV(B) 204.88º 0.51% 0.94% -
XYZ 40.77 45.91 88.37 -
YUV 172.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 116 188 239 0.51 0.21 0 0.06 204.88 0.79 0.7
Hex 74 BC EF 33 15 0 6 CD 4F 46
Octal 164 274 357 63 25 0 6 315 117 106
Binary 1110100 10111100 11101111 110011 10101 0 110 11001101 1001111 1000110

Color Harmonies of #74BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCEF

Black with #74BCEF

Text Example


Text Example

White with #74BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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